Shades of Cobalt #0A41A9
Tints of Cobalt #0A41A9
RGB
CMYK
RGB Variations
Color information
#0A41A9 (or 0x0A41A9) is known color: Cobalt. HEX triplet: 0A, 41 and A9. RGB value is (10,65,169). Sum of RGB (Red+Green+Blue) = 10+65+169=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 169 (66.41% from 255 or 69.26% from 244); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A41A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A41A9 is #F5BE56. Grayscale: #3B3B3B. Windows color (decimal): -16105047 or 11092234. OLE color: 11092234.
HSL color Cylindrical-coordinate representation of color #0A41A9: hue angle of 219.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A41A9 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 65 | 169 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.34 |
| HSL | 219.25º | 0.89% | 0.35% | - |
| HSV(B) | 219.25º | 0.94% | 0.66% | - |
| XYZ | 9.18 | 6.71 | 38.35 | - |
| YUV | 60.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 169 | 0.94 | 0.62 | 0 | 0.34 | 219.25 | 0.89 | 0.35 |
| Hex | A | 41 | A9 | 5E | 3E | 0 | 22 | DB | 59 | 23 |
| Octal | 12 | 101 | 251 | 136 | 76 | 0 | 42 | 333 | 131 | 43 |
| Binary | 1010 | 1000001 | 10101001 | 1011110 | 111110 | 0 | 100010 | 11011011 | 1011001 | 100011 |
Color Harmonies of #0A41A9
Complementary color
Monochromatic Colors of #0A41A9
Black with #0A41A9
Text Example
Text Example
White with #0A41A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A41A9; }
p { color: rgb(10,65,169); }
H1.HeaderClassName
{
color: #0A41A9;
}
.AnyTagClassName
{
color: #0A41A9;
}
</style>
background-color css
<style>
a { background-color: #0A41A9; }
a { background-color: rgb(10,65,169); }
div.DivClassName
{
background-color: #0A41A9;
}
.BgClassName
{
background-color: #0A41A9;
}
</style>
border-color css
<style>
span { border-color: #0A41A9; }
span { border-color: rgb(10,65,169); }
td.TdClassName
{
border-color: #0A41A9;
}
.TagClassName
{
border-color: #0A41A9;
}
</style>