#0775AF
A dark, vivid blue closely aligning with Steelblue.
About #0775AF
At its core, #0775AF is a dark and vivid hue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(7, 117, 175).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 96% C, 33% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0775AF
RGB7, 117, 175
HSL200.7°, 92.3%, 35.7%
CMYK96%, 33%, 0%, 31%
HSV200.7°, 96.0%, 68.6%
LAB46.8, -5.4, -38.3
XYZ14.2, 15.9, 42.9
Decimal488879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0775AF;
}
.text-color {
color: #0775AF;
}
.border-color {
border: 2px solid #0775AF;
}