CSS Color Background

Sea Blue

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

Preview

Sea Blue solid color background preview (#006994)

Color value: #006994

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #006994; }

HTML Code

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