CSS Color Background

Ultramarine Blue

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

Preview

Ultramarine Blue solid color background preview (#4166F5)

Color value: #4166F5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4166F5; }

HTML Code

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