#24078A
A dark, vivid blue closely aligning with Navy.
About #24078A
The hex code #24078A represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. Its digital footprint relies on 36 parts red, 7 parts green, and 138 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 95% Magenta, 0% Yellow, and 46% Black. With a hue angle of 253.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#24078A
RGB36, 7, 138
HSL253.3°, 90.3%, 28.4%
CMYK74%, 95%, 0%, 46%
HSV253.3°, 94.9%, 54.1%
LAB17.3, 48.6, -63.8
XYZ5.4, 2.4, 24.2
Decimal2361226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.26:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.63:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #24078A;
}
.text-color {
color: #24078A;
}
.border-color {
border: 2px solid #24078A;
}