CSS Color Background

Imperial Blue

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

Preview

Imperial Blue solid color background preview (#002395)

Color value: #002395

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #002395; }

HTML Code

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