Shades of Cobalt #085C99
Tints of Cobalt #085C99
RGB
CMYK
RGB Variations
Color information
#085C99 (or 0x085C99) is known color: Cobalt. HEX triplet: 08, 5C and 99. RGB value is (8,92,153). Sum of RGB (Red+Green+Blue) = 8+92+153=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #085C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C99 is #F7A366. Grayscale: #494949. Windows color (decimal): -16229223 or 10050568. OLE color: 10050568.
HSL color Cylindrical-coordinate representation of color #085C99: hue angle of 205.24º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085C99 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 92 | 153 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.4 |
| HSL | 205.24º | 0.9% | 0.32% | - |
| HSV(B) | 205.24º | 0.95% | 0.6% | - |
| XYZ | 9.68 | 10.01 | 31.56 | - |
| YUV | 73.84 | 172.67 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 153 | 0.95 | 0.40 | 0 | 0.4 | 205.24 | 0.9 | 0.32 |
| Hex | 8 | 5C | 99 | 5F | 28 | 0 | 28 | CD | 5A | 20 |
| Octal | 10 | 134 | 231 | 137 | 50 | 0 | 50 | 315 | 132 | 40 |
| Binary | 1000 | 1011100 | 10011001 | 1011111 | 101000 | 0 | 101000 | 11001101 | 1011010 | 100000 |
Color Harmonies of #085C99
Complementary color
Monochromatic Colors of #085C99
Black with #085C99
Text Example
Text Example
White with #085C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C99; }
p { color: rgb(8,92,153); }
H1.HeaderClassName
{
color: #085C99;
}
.AnyTagClassName
{
color: #085C99;
}
</style>
background-color css
<style>
a { background-color: #085C99; }
a { background-color: rgb(8,92,153); }
div.DivClassName
{
background-color: #085C99;
}
.BgClassName
{
background-color: #085C99;
}
</style>
border-color css
<style>
span { border-color: #085C99; }
span { border-color: rgb(8,92,153); }
td.TdClassName
{
border-color: #085C99;
}
.TagClassName
{
border-color: #085C99;
}
</style>