#1633A0
A dark, vivid blue closely aligning with Midnightblue.
About #1633A0
The hex code #1633A0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Midnightblue. In the RGB color space, it consists of 22 red, 51 green, and 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 86% C, 68% M, 0% Y, and 37% K. With a hue angle of 227.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1633A0
RGB22, 51, 160
HSL227.4°, 75.8%, 35.7%
CMYK86%, 68%, 0%, 37%
HSV227.4°, 86.2%, 62.7%
LAB27.0, 32.7, -61.4
XYZ7.9, 5.1, 33.8
Decimal1455008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.42:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.96:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1633A0;
}
.text-color {
color: #1633A0;
}
.border-color {
border: 2px solid #1633A0;
}