Shades of Cobalt #085C9F
Tints of Cobalt #085C9F
RGB
CMYK
RGB Variations
Color information
#085C9F (or 0x085C9F) is known color: Cobalt. HEX triplet: 08, 5C and 9F. RGB value is (8,92,159). Sum of RGB (Red+Green+Blue) = 8+92+159=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #085C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C9F is #F7A360. Grayscale: #4A4A4A. Windows color (decimal): -16229217 or 10443784. OLE color: 10443784.
HSL color Cylindrical-coordinate representation of color #085C9F: hue angle of 206.62º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085C9F is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 92 | 159 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.38 |
| HSL | 206.62º | 0.9% | 0.33% | - |
| HSV(B) | 206.62º | 0.95% | 0.62% | - |
| XYZ | 10.19 | 10.21 | 34.23 | - |
| YUV | 74.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 159 | 0.95 | 0.42 | 0 | 0.38 | 206.62 | 0.9 | 0.33 |
| Hex | 8 | 5C | 9F | 5F | 2A | 0 | 26 | CF | 5A | 21 |
| Octal | 10 | 134 | 237 | 137 | 52 | 0 | 46 | 317 | 132 | 41 |
| Binary | 1000 | 1011100 | 10011111 | 1011111 | 101010 | 0 | 100110 | 11001111 | 1011010 | 100001 |
Color Harmonies of #085C9F
Complementary color
Monochromatic Colors of #085C9F
Black with #085C9F
Text Example
Text Example
White with #085C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C9F; }
p { color: rgb(8,92,159); }
H1.HeaderClassName
{
color: #085C9F;
}
.AnyTagClassName
{
color: #085C9F;
}
</style>
background-color css
<style>
a { background-color: #085C9F; }
a { background-color: rgb(8,92,159); }
div.DivClassName
{
background-color: #085C9F;
}
.BgClassName
{
background-color: #085C9F;
}
</style>
border-color css
<style>
span { border-color: #085C9F; }
span { border-color: rgb(8,92,159); }
td.TdClassName
{
border-color: #085C9F;
}
.TagClassName
{
border-color: #085C9F;
}
</style>