#241D92
A dark, moderate blue closely aligning with Navy.
About #241D92
The hex code #241D92 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(36, 29, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 80% Magenta, 0% Yellow, and 43% Black. With a hue angle of 243.6 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#241D92
RGB36, 29, 146
HSL243.6°, 66.9%, 34.3%
CMYK75%, 80%, 0%, 43%
HSV243.6°, 80.1%, 57.3%
LAB21.3, 42.1, -62.1
XYZ6.4, 3.3, 27.5
Decimal2366866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.61:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.05:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D92;
}
.text-color {
color: #241D92;
}
.border-color {
border: 2px solid #241D92;
}