#1D0092
A dark, vivid blue closely aligning with Darkblue.
About #1D0092
The hex code #1D0092 represents a beautifully specific shade of blue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(29, 0, 146).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 80% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D0092
RGB29, 0, 146
HSL251.9°, 100.0%, 28.6%
CMYK80%, 100%, 0%, 43%
HSV251.9°, 100.0%, 57.3%
LAB17.2, 52.7, -69.0
XYZ5.7, 2.3, 27.3
Decimal1900690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.31:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.68:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0092;
}
.text-color {
color: #1D0092;
}
.border-color {
border: 2px solid #1D0092;
}