CSS Color Background

Egyptian Blue

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

Preview

Egyptian Blue solid color background preview (#1034A6)

Color value: #1034A6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1034A6; }

HTML Code

<section class="hero egyptian-blue-bg"> <h2>Your content</h2> </section> <style> .egyptian-blue-bg { background-color: #1034A6; } </style>