#160FA0
A dark, vivid blue closely aligning with Darkblue.
About #160FA0
Visually, #160FA0 is defined as a vivid blue. Its closest recognized web color is Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 15, and 160.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 86% cyan, 91% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#160FA0
RGB22, 15, 160
HSL242.9°, 82.9%, 34.3%
CMYK86%, 91%, 0%, 37%
HSV242.9°, 90.6%, 62.7%
LAB20.2, 51.8, -72.5
XYZ6.8, 3.1, 33.5
Decimal1445792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.04:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.47:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160FA0;
}
.text-color {
color: #160FA0;
}
.border-color {
border: 2px solid #160FA0;
}