#241DA0
A dark, moderate blue closely aligning with Darkblue.
About #241DA0
The precise color #241DA0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(36, 29, 160).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 78% cyan and 82% magenta inks. The HSL representation is 243.2° hue, 69.3% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#241DA0
RGB36, 29, 160
HSL243.2°, 69.3%, 37.1%
CMYK78%, 82%, 0%, 37%
HSV243.2°, 81.9%, 62.7%
LAB23.0, 46.6, -68.0
XYZ7.5, 3.8, 33.6
Decimal2366880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.94:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.41:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241DA0;
}
.text-color {
color: #241DA0;
}
.border-color {
border: 2px solid #241DA0;
}