CSS Color Background

Blue (Munsell)

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

Preview

Blue (Munsell) solid color background preview (#0093AF)

Color value: #0093AF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0093AF; }

HTML Code

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