#241692
A dark, vivid blue closely aligning with Navy.
About #241692
The hex code #241692 represents a beautifully specific shade of blue. Designers often compare it to the standard color Navy. In the RGB color space, it consists of 36 red, 22 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 75% Cyan, 85% Magenta, 0% Yellow, and 43% Black. With a hue angle of 246.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#241692
RGB36, 22, 146
HSL246.8°, 73.8%, 32.9%
CMYK75%, 85%, 0%, 43%
HSV246.8°, 84.9%, 57.3%
LAB20.1, 45.5, -64.0
XYZ6.2, 3.0, 27.5
Decimal2365074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.09:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.51:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241692;
}
.text-color {
color: #241692;
}
.border-color {
border: 2px solid #241692;
}