Shades of Cobalt #0A519B
Tints of Cobalt #0A519B
RGB
CMYK
RGB Variations
Color information
#0A519B (or 0x0A519B) is known color: Cobalt. HEX triplet: 0A, 51 and 9B. RGB value is (10,81,155). Sum of RGB (Red+Green+Blue) = 10+81+155=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A519B is #F5AE64. Grayscale: #434343. Windows color (decimal): -16100965 or 10178826. OLE color: 10178826.
HSL color Cylindrical-coordinate representation of color #0A519B: hue angle of 210.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A519B is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 81 | 155 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.39 |
| HSL | 210.62º | 0.88% | 0.32% | - |
| HSV(B) | 210.62º | 0.94% | 0.61% | - |
| XYZ | 8.98 | 8.32 | 32.14 | - |
| YUV | 68.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 155 | 0.94 | 0.48 | 0 | 0.39 | 210.62 | 0.88 | 0.32 |
| Hex | A | 51 | 9B | 5E | 30 | 0 | 27 | D3 | 58 | 20 |
| Octal | 12 | 121 | 233 | 136 | 60 | 0 | 47 | 323 | 130 | 40 |
| Binary | 1010 | 1010001 | 10011011 | 1011110 | 110000 | 0 | 100111 | 11010011 | 1011000 | 100000 |
Color Harmonies of #0A519B
Complementary color
Monochromatic Colors of #0A519B
Black with #0A519B
Text Example
Text Example
White with #0A519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A519B; }
p { color: rgb(10,81,155); }
H1.HeaderClassName
{
color: #0A519B;
}
.AnyTagClassName
{
color: #0A519B;
}
</style>
background-color css
<style>
a { background-color: #0A519B; }
a { background-color: rgb(10,81,155); }
div.DivClassName
{
background-color: #0A519B;
}
.BgClassName
{
background-color: #0A519B;
}
</style>
border-color css
<style>
span { border-color: #0A519B; }
span { border-color: rgb(10,81,155); }
td.TdClassName
{
border-color: #0A519B;
}
.TagClassName
{
border-color: #0A519B;
}
</style>