CSS Color Background

Persian Blue

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

Preview

Persian Blue solid color background preview (#1C39BB)

Color value: #1C39BB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1C39BB; }

HTML Code

<section class="hero persian-blue-bg"> <h2>Your content</h2> </section> <style> .persian-blue-bg { background-color: #1C39BB; } </style>