CSS Color Background

Medium Persian Blue

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

Preview

Medium Persian Blue solid color background preview (#0067A5)

Color value: #0067A5

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0067A5; }

HTML Code

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