#1D246D
A dark, moderate blue closely aligning with Midnightblue.
About #1D246D
The precise color #1D246D is an excellent choice for modern design projects. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(29, 36, 109).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 73% cyan and 67% magenta inks. The HSL representation is 234.8° hue, 58.0% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D246D
RGB29, 36, 109
HSL234.8°, 58.0%, 27.1%
CMYK73%, 67%, 0%, 57%
HSV234.8°, 73.4%, 42.7%
LAB18.5, 23.8, -43.3
XYZ3.9, 2.6, 14.8
Decimal1909869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.77:1
Text on #FFFFFF
AAA
1.53:1
Text on #000000
FAIL
13.16:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D246D;
}
.text-color {
color: #1D246D;
}
.border-color {
border: 2px solid #1D246D;
}