#0F5783
A dark, vivid blue closely aligning with Steelblue.
About #0F5783
When working with digital screens, the color #0F5783 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(15, 87, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 89% cyan, 34% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F5783
RGB15, 87, 131
HSL202.8°, 79.5%, 28.6%
CMYK89%, 34%, 0%, 49%
HSV202.8°, 88.5%, 51.4%
LAB35.1, -4.0, -30.5
XYZ7.7, 8.6, 22.7
Decimal1005443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.40:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5783;
}
.text-color {
color: #0F5783;
}
.border-color {
border: 2px solid #0F5783;
}