CSS Color Background

Duke Blue

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

Preview

Duke Blue solid color background preview (#00009C)

Color value: #00009C

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00009C; }

HTML Code

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