CSS Color Background

Prussian Blue

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

Preview

Prussian Blue solid color background preview (#003153)

Color value: #003153

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #003153; }

HTML Code

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