CSS Color Background

Oxford Blue

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

Preview

Oxford Blue solid color background preview (#002147)

Color value: #002147

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #002147; }

HTML Code

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