#1D0766
A dark, vivid blue closely aligning with Midnightblue.
About #1D0766
When working with digital screens, the color #1D0766 is rendered by mixing light. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 29 red, 7 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 93% Magenta, 0% Yellow, and 60% Black. The HSL representation is 253.9° hue, 87.2% saturation, and 21.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0766
RGB29, 7, 102
HSL253.9°, 87.2%, 21.4%
CMYK72%, 93%, 0%, 60%
HSV253.9°, 93.1%, 40.0%
LAB11.8, 38.0, -49.8
XYZ3.0, 1.4, 12.7
Decimal1902438
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.48:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.75:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0766;
}
.text-color {
color: #1D0766;
}
.border-color {
border: 2px solid #1D0766;
}