Shades of Cobalt #08579C
Tints of Cobalt #08579C
RGB
CMYK
RGB Variations
Color information
#08579C (or 0x08579C) is known color: Cobalt. HEX triplet: 08, 57 and 9C. RGB value is (8,87,156). Sum of RGB (Red+Green+Blue) = 8+87+156=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #08579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08579C is #F7A863. Grayscale: #464646. Windows color (decimal): -16230500 or 10245896. OLE color: 10245896.
HSL color Cylindrical-coordinate representation of color #08579C: hue angle of 207.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08579C is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 87 | 156 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.39 |
| HSL | 207.97º | 0.9% | 0.32% | - |
| HSV(B) | 207.97º | 0.95% | 0.61% | - |
| XYZ | 9.51 | 9.27 | 32.74 | - |
| YUV | 71.25 | 175.83 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 156 | 0.95 | 0.44 | 0 | 0.39 | 207.97 | 0.9 | 0.32 |
| Hex | 8 | 57 | 9C | 5F | 2C | 0 | 27 | D0 | 5A | 20 |
| Octal | 10 | 127 | 234 | 137 | 54 | 0 | 47 | 320 | 132 | 40 |
| Binary | 1000 | 1010111 | 10011100 | 1011111 | 101100 | 0 | 100111 | 11010000 | 1011010 | 100000 |
Color Harmonies of #08579C
Complementary color
Monochromatic Colors of #08579C
Black with #08579C
Text Example
Text Example
White with #08579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08579C; }
p { color: rgb(8,87,156); }
H1.HeaderClassName
{
color: #08579C;
}
.AnyTagClassName
{
color: #08579C;
}
</style>
background-color css
<style>
a { background-color: #08579C; }
a { background-color: rgb(8,87,156); }
div.DivClassName
{
background-color: #08579C;
}
.BgClassName
{
background-color: #08579C;
}
</style>
border-color css
<style>
span { border-color: #08579C; }
span { border-color: rgb(8,87,156); }
td.TdClassName
{
border-color: #08579C;
}
.TagClassName
{
border-color: #08579C;
}
</style>