Shades of Cobalt #0A5498
Tints of Cobalt #0A5498
RGB
CMYK
RGB Variations
Color information
#0A5498 (or 0x0A5498) is known color: Cobalt. HEX triplet: 0A, 54 and 98. RGB value is (10,84,152). Sum of RGB (Red+Green+Blue) = 10+84+152=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A5498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5498 is #F5AB67. Grayscale: #454545. Windows color (decimal): -16100200 or 9982986. OLE color: 9982986.
HSL color Cylindrical-coordinate representation of color #0A5498: hue angle of 208.73º 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 #0A5498 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 84 | 152 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.40 |
| HSL | 208.73º | 0.88% | 0.32% | - |
| HSV(B) | 208.73º | 0.93% | 0.6% | - |
| XYZ | 8.96 | 8.67 | 30.91 | - |
| YUV | 69.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 152 | 0.93 | 0.45 | 0 | 0.40 | 208.73 | 0.88 | 0.32 |
| Hex | A | 54 | 98 | 5D | 2D | 0 | 28 | D1 | 58 | 20 |
| Octal | 12 | 124 | 230 | 135 | 55 | 0 | 50 | 321 | 130 | 40 |
| Binary | 1010 | 1010100 | 10011000 | 1011101 | 101101 | 0 | 101000 | 11010001 | 1011000 | 100000 |
Color Harmonies of #0A5498
Complementary color
Monochromatic Colors of #0A5498
Black with #0A5498
Text Example
Text Example
White with #0A5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5498; }
p { color: rgb(10,84,152); }
H1.HeaderClassName
{
color: #0A5498;
}
.AnyTagClassName
{
color: #0A5498;
}
</style>
background-color css
<style>
a { background-color: #0A5498; }
a { background-color: rgb(10,84,152); }
div.DivClassName
{
background-color: #0A5498;
}
.BgClassName
{
background-color: #0A5498;
}
</style>
border-color css
<style>
span { border-color: #0A5498; }
span { border-color: rgb(10,84,152); }
td.TdClassName
{
border-color: #0A5498;
}
.TagClassName
{
border-color: #0A5498;
}
</style>