#1D1650
A dark, moderate blue closely aligning with Midnightblue.
About #1D1650
At its core, #1D1650 is a dark and moderate hue. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 29 red, 22 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 64% cyan, 72% magenta, 0% yellow, and 69% black. The HSL representation is 247.2° hue, 56.9% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D1650
RGB29, 22, 80
HSL247.2°, 56.9%, 20.0%
CMYK64%, 72%, 0%, 69%
HSV247.2°, 72.5%, 31.4%
LAB12.1, 22.5, -34.5
XYZ2.2, 1.4, 7.7
Decimal1906256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.37:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.65:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1650;
}
.text-color {
color: #1D1650;
}
.border-color {
border: 2px solid #1D1650;
}