#241650
A dark, moderate blue closely aligning with Midnightblue.
About #241650
The precise color #241650 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 36 parts red, 22 parts green, and 80 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 55% Cyan, 72% Magenta, 0% Yellow, and 69% Black. The HSL representation is 254.5° hue, 56.9% saturation, and 20.0% lightness.
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#241650
RGB36, 22, 80
HSL254.5°, 56.9%, 20.0%
CMYK55%, 72%, 0%, 69%
HSV254.5°, 72.5%, 31.4%
LAB12.8, 23.9, -33.3
XYZ2.5, 1.5, 7.8
Decimal2365008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.08:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.37:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241650;
}
.text-color {
color: #241650;
}
.border-color {
border: 2px solid #241650;
}