Shades of Cobalt #0A519C
Tints of Cobalt #0A519C
RGB
CMYK
RGB Variations
Color information
#0A519C (or 0x0A519C) is known color: Cobalt. HEX triplet: 0A, 51 and 9C. RGB value is (10,81,156). Sum of RGB (Red+Green+Blue) = 10+81+156=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 81 (32.03% from 255 or 32.79% 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 #0A519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A519C is #F5AE63. Grayscale: #434343. Windows color (decimal): -16100964 or 10244362. OLE color: 10244362.
HSL color Cylindrical-coordinate representation of color #0A519C: hue angle of 210.82º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A519C is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 81 | 156 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.39 |
| HSL | 210.82º | 0.88% | 0.33% | - |
| HSV(B) | 210.82º | 0.94% | 0.61% | - |
| XYZ | 9.07 | 8.35 | 32.59 | - |
| YUV | 68.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 156 | 0.94 | 0.48 | 0 | 0.39 | 210.82 | 0.88 | 0.33 |
| Hex | A | 51 | 9C | 5E | 30 | 0 | 27 | D3 | 58 | 21 |
| Octal | 12 | 121 | 234 | 136 | 60 | 0 | 47 | 323 | 130 | 41 |
| Binary | 1010 | 1010001 | 10011100 | 1011110 | 110000 | 0 | 100111 | 11010011 | 1011000 | 100001 |
Color Harmonies of #0A519C
Complementary color
Monochromatic Colors of #0A519C
Black with #0A519C
Text Example
Text Example
White with #0A519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A519C; }
p { color: rgb(10,81,156); }
H1.HeaderClassName
{
color: #0A519C;
}
.AnyTagClassName
{
color: #0A519C;
}
</style>
background-color css
<style>
a { background-color: #0A519C; }
a { background-color: rgb(10,81,156); }
div.DivClassName
{
background-color: #0A519C;
}
.BgClassName
{
background-color: #0A519C;
}
</style>
border-color css
<style>
span { border-color: #0A519C; }
span { border-color: rgb(10,81,156); }
td.TdClassName
{
border-color: #0A519C;
}
.TagClassName
{
border-color: #0A519C;
}
</style>