#0775A8
A dark, vivid blue closely aligning with Steelblue.
About #0775A8
At its core, #0775A8 is a dark and vivid hue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 117, and 168.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 96% cyan, 30% magenta, 0% yellow, and 34% black. With a hue angle of 199.0 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0775A8
RGB7, 117, 168
HSL199.0°, 92.0%, 34.3%
CMYK96%, 30%, 0%, 34%
HSV199.0°, 95.8%, 65.9%
LAB46.4, -8.1, -34.8
XYZ13.5, 15.6, 39.3
Decimal488872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.12:1
Text on #000000
AA Large
4.87:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0775A8;
}
.text-color {
color: #0775A8;
}
.border-color {
border: 2px solid #0775A8;
}