#1D0F7C
A dark, vivid blue closely aligning with Navy.
About #1D0F7C
When working with digital screens, the color #1D0F7C is rendered by mixing light. Its closest recognized web color is Navy. In the RGB color space, it consists of 29 red, 15 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 77% cyan and 88% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D0F7C
RGB29, 15, 124
HSL247.7°, 78.4%, 27.3%
CMYK77%, 88%, 0%, 51%
HSV247.7°, 87.9%, 48.6%
LAB15.8, 41.4, -57.4
XYZ4.3, 2.1, 19.2
Decimal1904508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.88:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.22:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F7C;
}
.text-color {
color: #1D0F7C;
}
.border-color {
border: 2px solid #1D0F7C;
}