CSS Color Background

Royal Blue (Traditional)

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

Preview

Royal Blue (Traditional) solid color background preview (#002366)

Color value: #002366

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #002366; }

HTML Code

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