#1633BD
A medium, vivid blue closely aligning with Darkblue.
About #1633BD
At its core, #1633BD is a medium and vivid hue. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(22, 51, 189).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 88% cyan and 73% magenta inks. With a hue angle of 229.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1633BD
RGB22, 51, 189
HSL229.6°, 79.1%, 41.4%
CMYK88%, 73%, 0%, 26%
HSV229.6°, 88.4%, 74.1%
LAB29.9, 43.4, -73.8
XYZ10.7, 6.2, 48.8
Decimal1455037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.36:1
Text on #FFFFFF
AAA
2.24:1
Text on #000000
FAIL
8.95:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1633BD;
}
.text-color {
color: #1633BD;
}
.border-color {
border: 2px solid #1633BD;
}