Shades of Cobalt #08519C
Tints of Cobalt #08519C
RGB
CMYK
RGB Variations
Color information
#08519C (or 0x08519C) is known color: Cobalt. HEX triplet: 08, 51 and 9C. RGB value is (8,81,156). Sum of RGB (Red+Green+Blue) = 8+81+156=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #08519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08519C is #F7AE63. Grayscale: #434343. Windows color (decimal): -16232036 or 10244360. OLE color: 10244360.
HSL color Cylindrical-coordinate representation of color #08519C: hue angle of 210.41º 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 #08519C is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 81 | 156 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.39 |
| HSL | 210.41º | 0.9% | 0.32% | - |
| HSV(B) | 210.41º | 0.95% | 0.61% | - |
| XYZ | 9.04 | 8.34 | 32.59 | - |
| YUV | 67.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 156 | 0.95 | 0.48 | 0 | 0.39 | 210.41 | 0.9 | 0.32 |
| Hex | 8 | 51 | 9C | 5F | 30 | 0 | 27 | D2 | 5A | 20 |
| Octal | 10 | 121 | 234 | 137 | 60 | 0 | 47 | 322 | 132 | 40 |
| Binary | 1000 | 1010001 | 10011100 | 1011111 | 110000 | 0 | 100111 | 11010010 | 1011010 | 100000 |
Color Harmonies of #08519C
Complementary color
Monochromatic Colors of #08519C
Black with #08519C
Text Example
Text Example
White with #08519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08519C; }
p { color: rgb(8,81,156); }
H1.HeaderClassName
{
color: #08519C;
}
.AnyTagClassName
{
color: #08519C;
}
</style>
background-color css
<style>
a { background-color: #08519C; }
a { background-color: rgb(8,81,156); }
div.DivClassName
{
background-color: #08519C;
}
.BgClassName
{
background-color: #08519C;
}
</style>
border-color css
<style>
span { border-color: #08519C; }
span { border-color: rgb(8,81,156); }
td.TdClassName
{
border-color: #08519C;
}
.TagClassName
{
border-color: #08519C;
}
</style>