#0024A0
A dark, vivid blue closely aligning with Navy.
About #0024A0
The hex code #0024A0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(0, 36, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 78% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0024A0
RGB0, 36, 160
HSL226.5°, 100.0%, 31.4%
CMYK100%, 78%, 0%, 37%
HSV226.5°, 100.0%, 62.7%
LAB23.0, 41.2, -67.9
XYZ7.0, 3.8, 33.6
Decimal9376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.93:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.40:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0024A0;
}
.text-color {
color: #0024A0;
}
.border-color {
border: 2px solid #0024A0;
}