#241D99
A dark, moderate blue closely aligning with Navy.
About #241D99
Visually, #241D99 is defined as a moderate blue. Its closest recognized web color is Navy. In the RGB color space, it consists of 36 red, 29 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 76% cyan, 81% magenta, 0% yellow, and 40% black. With a hue angle of 243.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#241D99
RGB36, 29, 153
HSL243.4°, 68.1%, 35.7%
CMYK76%, 81%, 0%, 40%
HSV243.4°, 81.0%, 60.0%
LAB22.1, 44.4, -65.0
XYZ6.9, 3.6, 30.5
Decimal2366873
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.28:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.73:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D99;
}
.text-color {
color: #241D99;
}
.border-color {
border: 2px solid #241D99;
}