CSS Color Background

Yankees Blue

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

Preview

Yankees Blue solid color background preview (#1C2841)

Color value: #1C2841

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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