CSS Color Background

Phthalo Blue

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

Preview

Phthalo Blue solid color background preview (#000F89)

Color value: #000F89

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #000F89; }

HTML Code

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