Shades of Cobalt #0A4699
Tints of Cobalt #0A4699
RGB
CMYK
RGB Variations
Color information
#0A4699 (or 0x0A4699) is known color: Cobalt. HEX triplet: 0A, 46 and 99. RGB value is (10,70,153). Sum of RGB (Red+Green+Blue) = 10+70+153=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A4699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4699 is #F5B966. Grayscale: #3D3D3D. Windows color (decimal): -16103783 or 10044938. OLE color: 10044938.
HSL color Cylindrical-coordinate representation of color #0A4699: hue angle of 214.83º 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 #0A4699 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 70 | 153 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.4 |
| HSL | 214.83º | 0.88% | 0.32% | - |
| HSV(B) | 214.83º | 0.93% | 0.6% | - |
| XYZ | 8.07 | 6.74 | 31.01 | - |
| YUV | 61.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 153 | 0.93 | 0.54 | 0 | 0.4 | 214.83 | 0.88 | 0.32 |
| Hex | A | 46 | 99 | 5D | 36 | 0 | 28 | D7 | 58 | 20 |
| Octal | 12 | 106 | 231 | 135 | 66 | 0 | 50 | 327 | 130 | 40 |
| Binary | 1010 | 1000110 | 10011001 | 1011101 | 110110 | 0 | 101000 | 11010111 | 1011000 | 100000 |
Color Harmonies of #0A4699
Complementary color
Monochromatic Colors of #0A4699
Black with #0A4699
Text Example
Text Example
White with #0A4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4699; }
p { color: rgb(10,70,153); }
H1.HeaderClassName
{
color: #0A4699;
}
.AnyTagClassName
{
color: #0A4699;
}
</style>
background-color css
<style>
a { background-color: #0A4699; }
a { background-color: rgb(10,70,153); }
div.DivClassName
{
background-color: #0A4699;
}
.BgClassName
{
background-color: #0A4699;
}
</style>
border-color css
<style>
span { border-color: #0A4699; }
span { border-color: rgb(10,70,153); }
td.TdClassName
{
border-color: #0A4699;
}
.TagClassName
{
border-color: #0A4699;
}
</style>