Shades of Cobalt #0A5499
Tints of Cobalt #0A5499
RGB
CMYK
RGB Variations
Color information
#0A5499 (or 0x0A5499) is known color: Cobalt. HEX triplet: 0A, 54 and 99. RGB value is (10,84,153). Sum of RGB (Red+Green+Blue) = 10+84+153=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A5499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5499 is #F5AB66. Grayscale: #454545. Windows color (decimal): -16100199 or 10048522. OLE color: 10048522.
HSL color Cylindrical-coordinate representation of color #0A5499: hue angle of 208.95º 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 #0A5499 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 84 | 153 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.4 |
| HSL | 208.95º | 0.88% | 0.32% | - |
| HSV(B) | 208.95º | 0.93% | 0.6% | - |
| XYZ | 9.05 | 8.71 | 31.34 | - |
| YUV | 69.74 | 174.98 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 153 | 0.93 | 0.45 | 0 | 0.4 | 208.95 | 0.88 | 0.32 |
| Hex | A | 54 | 99 | 5D | 2D | 0 | 28 | D1 | 58 | 20 |
| Octal | 12 | 124 | 231 | 135 | 55 | 0 | 50 | 321 | 130 | 40 |
| Binary | 1010 | 1010100 | 10011001 | 1011101 | 101101 | 0 | 101000 | 11010001 | 1011000 | 100000 |
Color Harmonies of #0A5499
Complementary color
Monochromatic Colors of #0A5499
Black with #0A5499
Text Example
Text Example
White with #0A5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5499; }
p { color: rgb(10,84,153); }
H1.HeaderClassName
{
color: #0A5499;
}
.AnyTagClassName
{
color: #0A5499;
}
</style>
background-color css
<style>
a { background-color: #0A5499; }
a { background-color: rgb(10,84,153); }
div.DivClassName
{
background-color: #0A5499;
}
.BgClassName
{
background-color: #0A5499;
}
</style>
border-color css
<style>
span { border-color: #0A5499; }
span { border-color: rgb(10,84,153); }
td.TdClassName
{
border-color: #0A5499;
}
.TagClassName
{
border-color: #0A5499;
}
</style>