#041377
A dark, vivid blue closely aligning with Midnightblue.
About #041377
The hex code #041377 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 4 red, 19 green, and 119 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 84% Magenta, 0% Yellow, and 53% Black. With a hue angle of 232.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#041377
RGB4, 19, 119
HSL232.2°, 93.5%, 24.1%
CMYK97%, 84%, 0%, 53%
HSV232.2°, 96.6%, 46.7%
LAB14.5, 36.5, -56.3
XYZ3.6, 1.8, 17.6
Decimal267127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.39:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.71:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #041377;
}
.text-color {
color: #041377;
}
.border-color {
border: 2px solid #041377;
}