CSS Color Background

Sapphire Blue

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

Preview

Sapphire Blue solid color background preview (#0067A5)

Color value: #0067A5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0067A5; }

HTML Code

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