CSS Color Background

Lapis Lazuli

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

Preview

Lapis Lazuli solid color background preview (#26619C)

Color value: #26619C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #26619C; }

HTML Code

<section class="hero lapis-lazuli-bg"> <h2>Your content</h2> </section> <style> .lapis-lazuli-bg { background-color: #26619C; } </style>