Shades of Cobalt #08519D
Tints of Cobalt #08519D
RGB
CMYK
RGB Variations
Color information
#08519D (or 0x08519D) is known color: Cobalt. HEX triplet: 08, 51 and 9D. RGB value is (8,81,157). Sum of RGB (Red+Green+Blue) = 8+81+157=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #08519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08519D is #F7AE62. Grayscale: #434343. Windows color (decimal): -16232035 or 10309896. OLE color: 10309896.
HSL color Cylindrical-coordinate representation of color #08519D: hue angle of 210.6º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08519D is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 81 | 157 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.38 |
| HSL | 210.6º | 0.9% | 0.32% | - |
| HSV(B) | 210.6º | 0.95% | 0.62% | - |
| XYZ | 9.13 | 8.37 | 33.03 | - |
| YUV | 67.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 157 | 0.95 | 0.48 | 0 | 0.38 | 210.6 | 0.9 | 0.32 |
| Hex | 8 | 51 | 9D | 5F | 30 | 0 | 26 | D3 | 5A | 20 |
| Octal | 10 | 121 | 235 | 137 | 60 | 0 | 46 | 323 | 132 | 40 |
| Binary | 1000 | 1010001 | 10011101 | 1011111 | 110000 | 0 | 100110 | 11010011 | 1011010 | 100000 |
Color Harmonies of #08519D
Complementary color
Monochromatic Colors of #08519D
Black with #08519D
Text Example
Text Example
White with #08519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08519D; }
p { color: rgb(8,81,157); }
H1.HeaderClassName
{
color: #08519D;
}
.AnyTagClassName
{
color: #08519D;
}
</style>
background-color css
<style>
a { background-color: #08519D; }
a { background-color: rgb(8,81,157); }
div.DivClassName
{
background-color: #08519D;
}
.BgClassName
{
background-color: #08519D;
}
</style>
border-color css
<style>
span { border-color: #08519D; }
span { border-color: rgb(8,81,157); }
td.TdClassName
{
border-color: #08519D;
}
.TagClassName
{
border-color: #08519D;
}
</style>