Shades of Cobalt #0A5997
Tints of Cobalt #0A5997
RGB
CMYK
RGB Variations
Color information
#0A5997 (or 0x0A5997) is known color: Cobalt. HEX triplet: 0A, 59 and 97. RGB value is (10,89,151). Sum of RGB (Red+Green+Blue) = 10+89+151=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A5997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5997 is #F5A668. Grayscale: #484848. Windows color (decimal): -16098921 or 9918730. OLE color: 9918730.
HSL color Cylindrical-coordinate representation of color #0A5997: hue angle of 206.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5997 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 89 | 151 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.41 |
| HSL | 206.38º | 0.88% | 0.32% | - |
| HSV(B) | 206.38º | 0.93% | 0.59% | - |
| XYZ | 9.28 | 9.44 | 30.61 | - |
| YUV | 72.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 151 | 0.93 | 0.41 | 0 | 0.41 | 206.38 | 0.88 | 0.32 |
| Hex | A | 59 | 97 | 5D | 29 | 0 | 29 | CE | 58 | 20 |
| Octal | 12 | 131 | 227 | 135 | 51 | 0 | 51 | 316 | 130 | 40 |
| Binary | 1010 | 1011001 | 10010111 | 1011101 | 101001 | 0 | 101001 | 11001110 | 1011000 | 100000 |
Color Harmonies of #0A5997
Complementary color
Monochromatic Colors of #0A5997
Black with #0A5997
Text Example
Text Example
White with #0A5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5997; }
p { color: rgb(10,89,151); }
H1.HeaderClassName
{
color: #0A5997;
}
.AnyTagClassName
{
color: #0A5997;
}
</style>
background-color css
<style>
a { background-color: #0A5997; }
a { background-color: rgb(10,89,151); }
div.DivClassName
{
background-color: #0A5997;
}
.BgClassName
{
background-color: #0A5997;
}
</style>
border-color css
<style>
span { border-color: #0A5997; }
span { border-color: rgb(10,89,151); }
td.TdClassName
{
border-color: #0A5997;
}
.TagClassName
{
border-color: #0A5997;
}
</style>