Shades of Cobalt #0A5998
Tints of Cobalt #0A5998
RGB
CMYK
RGB Variations
Color information
#0A5998 (or 0x0A5998) is known color: Cobalt. HEX triplet: 0A, 59 and 98. RGB value is (10,89,152). Sum of RGB (Red+Green+Blue) = 10+89+152=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A5998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5998 is #F5A667. Grayscale: #484848. Windows color (decimal): -16098920 or 9984266. OLE color: 9984266.
HSL color Cylindrical-coordinate representation of color #0A5998: hue angle of 206.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5998 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 89 | 152 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.40 |
| HSL | 206.62º | 0.88% | 0.32% | - |
| HSV(B) | 206.62º | 0.93% | 0.6% | - |
| XYZ | 9.37 | 9.48 | 31.04 | - |
| YUV | 72.56 | 172.83 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 152 | 0.93 | 0.41 | 0 | 0.40 | 206.62 | 0.88 | 0.32 |
| Hex | A | 59 | 98 | 5D | 29 | 0 | 28 | CF | 58 | 20 |
| Octal | 12 | 131 | 230 | 135 | 51 | 0 | 50 | 317 | 130 | 40 |
| Binary | 1010 | 1011001 | 10011000 | 1011101 | 101001 | 0 | 101000 | 11001111 | 1011000 | 100000 |
Color Harmonies of #0A5998
Complementary color
Monochromatic Colors of #0A5998
Black with #0A5998
Text Example
Text Example
White with #0A5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5998; }
p { color: rgb(10,89,152); }
H1.HeaderClassName
{
color: #0A5998;
}
.AnyTagClassName
{
color: #0A5998;
}
</style>
background-color css
<style>
a { background-color: #0A5998; }
a { background-color: rgb(10,89,152); }
div.DivClassName
{
background-color: #0A5998;
}
.BgClassName
{
background-color: #0A5998;
}
</style>
border-color css
<style>
span { border-color: #0A5998; }
span { border-color: rgb(10,89,152); }
td.TdClassName
{
border-color: #0A5998;
}
.TagClassName
{
border-color: #0A5998;
}
</style>