Shades of Cobalt #0A5496
Tints of Cobalt #0A5496
RGB
CMYK
RGB Variations
Color information
#0A5496 (or 0x0A5496) is known color: Cobalt. HEX triplet: 0A, 54 and 96. RGB value is (10,84,150). Sum of RGB (Red+Green+Blue) = 10+84+150=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A5496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5496 is #F5AB69. Grayscale: #454545. Windows color (decimal): -16100202 or 9851914. OLE color: 9851914.
HSL color Cylindrical-coordinate representation of color #0A5496: hue angle of 208.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5496 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 84 | 150 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.41 |
| HSL | 208.29º | 0.88% | 0.31% | - |
| HSV(B) | 208.29º | 0.93% | 0.59% | - |
| XYZ | 8.8 | 8.61 | 30.05 | - |
| YUV | 69.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 150 | 0.93 | 0.44 | 0 | 0.41 | 208.29 | 0.88 | 0.31 |
| Hex | A | 54 | 96 | 5D | 2C | 0 | 29 | D0 | 58 | 1F |
| Octal | 12 | 124 | 226 | 135 | 54 | 0 | 51 | 320 | 130 | 37 |
| Binary | 1010 | 1010100 | 10010110 | 1011101 | 101100 | 0 | 101001 | 11010000 | 1011000 | 11111 |
Color Harmonies of #0A5496
Complementary color
Monochromatic Colors of #0A5496
Black with #0A5496
Text Example
Text Example
White with #0A5496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5496; }
p { color: rgb(10,84,150); }
H1.HeaderClassName
{
color: #0A5496;
}
.AnyTagClassName
{
color: #0A5496;
}
</style>
background-color css
<style>
a { background-color: #0A5496; }
a { background-color: rgb(10,84,150); }
div.DivClassName
{
background-color: #0A5496;
}
.BgClassName
{
background-color: #0A5496;
}
</style>
border-color css
<style>
span { border-color: #0A5496; }
span { border-color: rgb(10,84,150); }
td.TdClassName
{
border-color: #0A5496;
}
.TagClassName
{
border-color: #0A5496;
}
</style>