#1D16A0
A dark, vivid blue closely aligning with Darkblue.
About #1D16A0
At its core, #1D16A0 is a dark and vivid hue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(29, 22, 160).
If you are designing for print, the four-color process is what matters most. The color uses 82% Cyan, 86% Magenta, 0% Yellow, and 37% Black. With a hue angle of 243.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D16A0
RGB29, 22, 160
HSL243.0°, 75.8%, 35.7%
CMYK82%, 86%, 0%, 37%
HSV243.0°, 86.2%, 62.7%
LAB21.5, 49.4, -70.4
XYZ7.1, 3.4, 33.5
Decimal1906336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.54:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
11.99:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D16A0;
}
.text-color {
color: #1D16A0;
}
.border-color {
border: 2px solid #1D16A0;
}