#0092BD
A dark, vivid cyan closely aligning with Steelblue.
About #0092BD
The precise color #0092BD is an excellent choice for modern design projects. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 146, and 189.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 23% Magenta, 0% Yellow, and 26% Black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0092BD
RGB0, 146, 189
HSL193.7°, 100.0%, 37.1%
CMYK100%, 23%, 0%, 26%
HSV193.7°, 100.0%, 74.1%
LAB56.3, -17.0, -31.4
XYZ19.5, 24.2, 51.8
Decimal37565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.85:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0092BD;
}
.text-color {
color: #0092BD;
}
.border-color {
border: 2px solid #0092BD;
}