CSS Color Background

Dark Imperial Blue

Pure CSS color background: #00416A. Use this solid color for personal and commercial creative projects.

Preview

Dark Imperial Blue solid color background preview (#00416A)

Color value: #00416A

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #00416A; }

HTML Code

<section class="hero dark-imperial-blue-bg"> <h2>Your content</h2> </section> <style> .dark-imperial-blue-bg { background-color: #00416A; } </style>