CSS Color Background

Dark Cerulean

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

Preview

Dark Cerulean solid color background preview (#08457E)

Color value: #08457E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #08457E; }

HTML Code

<section class="hero dark-cerulean-bg"> <h2>Your content</h2> </section> <style> .dark-cerulean-bg { background-color: #08457E; } </style>