CSS Color Background

Yale Blue

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

Preview

Yale Blue solid color background preview (#0F4D92)

Color value: #0F4D92

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0F4D92; }

HTML Code

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