Shades of Cobalt #08539C
Tints of Cobalt #08539C
RGB
CMYK
RGB Variations
Color information
#08539C (or 0x08539C) is known color: Cobalt. HEX triplet: 08, 53 and 9C. RGB value is (8,83,156). Sum of RGB (Red+Green+Blue) = 8+83+156=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #08539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08539C is #F7AC63. Grayscale: #444444. Windows color (decimal): -16231524 or 10244872. OLE color: 10244872.
HSL color Cylindrical-coordinate representation of color #08539C: hue angle of 209.59º 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 #08539C is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 83 | 156 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.39 |
| HSL | 209.59º | 0.9% | 0.32% | - |
| HSV(B) | 209.59º | 0.95% | 0.61% | - |
| XYZ | 9.19 | 8.64 | 32.64 | - |
| YUV | 68.9 | 177.15 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 156 | 0.95 | 0.47 | 0 | 0.39 | 209.59 | 0.9 | 0.32 |
| Hex | 8 | 53 | 9C | 5F | 2F | 0 | 27 | D2 | 5A | 20 |
| Octal | 10 | 123 | 234 | 137 | 57 | 0 | 47 | 322 | 132 | 40 |
| Binary | 1000 | 1010011 | 10011100 | 1011111 | 101111 | 0 | 100111 | 11010010 | 1011010 | 100000 |
Color Harmonies of #08539C
Complementary color
Monochromatic Colors of #08539C
Black with #08539C
Text Example
Text Example
White with #08539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08539C; }
p { color: rgb(8,83,156); }
H1.HeaderClassName
{
color: #08539C;
}
.AnyTagClassName
{
color: #08539C;
}
</style>
background-color css
<style>
a { background-color: #08539C; }
a { background-color: rgb(8,83,156); }
div.DivClassName
{
background-color: #08539C;
}
.BgClassName
{
background-color: #08539C;
}
</style>
border-color css
<style>
span { border-color: #08539C; }
span { border-color: rgb(8,83,156); }
td.TdClassName
{
border-color: #08539C;
}
.TagClassName
{
border-color: #08539C;
}
</style>