#003A92
A dark, vivid blue closely aligning with Darkslateblue.
About #003A92
The hex code #003A92 represents a beautifully specific shade of blue. Designers often compare it to the standard color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 58, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 60% M, 0% Y, and 43% K. The HSL representation is 216.2° hue, 100.0% saturation, and 28.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#003A92
RGB0, 58, 146
HSL216.2°, 100.0%, 28.6%
CMYK100%, 60%, 0%, 43%
HSV216.2°, 100.0%, 57.3%
LAB27.0, 21.1, -52.7
XYZ6.7, 5.1, 27.8
Decimal14994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003A92;
}
.text-color {
color: #003A92;
}
.border-color {
border: 2px solid #003A92;
}