#241683
A dark, vivid blue closely aligning with Navy.
About #241683
Visually, #241683 is defined as a vivid blue. It is closely associated with the named CSS color Navy. In the RGB color space, it consists of 36 red, 22 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 73% cyan, 83% magenta, 0% yellow, and 49% black. The HSL representation is 247.7° hue, 71.2% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#241683
RGB36, 22, 131
HSL247.7°, 71.2%, 30.0%
CMYK73%, 83%, 0%, 49%
HSV247.7°, 83.2%, 51.4%
LAB18.3, 40.8, -57.7
XYZ5.1, 2.6, 21.7
Decimal2365059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.84:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.23:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241683;
}
.text-color {
color: #241683;
}
.border-color {
border: 2px solid #241683;
}