CSS Color Background

Ocean Boat Blue

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

Preview

Ocean Boat Blue solid color background preview (#0077BE)

Color value: #0077BE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0077BE; }

HTML Code

<section class="hero ocean-boat-blue-bg"> <h2>Your content</h2> </section> <style> .ocean-boat-blue-bg { background-color: #0077BE; } </style>