Shades of Cobalt #0A469C
Tints of Cobalt #0A469C
RGB
CMYK
RGB Variations
Color information
#0A469C (or 0x0A469C) is known color: Cobalt. HEX triplet: 0A, 46 and 9C. RGB value is (10,70,156). Sum of RGB (Red+Green+Blue) = 10+70+156=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A469C is #F5B963. Grayscale: #3D3D3D. Windows color (decimal): -16103780 or 10241546. OLE color: 10241546.
HSL color Cylindrical-coordinate representation of color #0A469C: hue angle of 215.34º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A469C is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 70 | 156 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.39 |
| HSL | 215.34º | 0.88% | 0.33% | - |
| HSV(B) | 215.34º | 0.94% | 0.61% | - |
| XYZ | 8.32 | 6.85 | 32.34 | - |
| YUV | 61.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 156 | 0.94 | 0.55 | 0 | 0.39 | 215.34 | 0.88 | 0.33 |
| Hex | A | 46 | 9C | 5E | 37 | 0 | 27 | D7 | 58 | 21 |
| Octal | 12 | 106 | 234 | 136 | 67 | 0 | 47 | 327 | 130 | 41 |
| Binary | 1010 | 1000110 | 10011100 | 1011110 | 110111 | 0 | 100111 | 11010111 | 1011000 | 100001 |
Color Harmonies of #0A469C
Complementary color
Monochromatic Colors of #0A469C
Black with #0A469C
Text Example
Text Example
White with #0A469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A469C; }
p { color: rgb(10,70,156); }
H1.HeaderClassName
{
color: #0A469C;
}
.AnyTagClassName
{
color: #0A469C;
}
</style>
background-color css
<style>
a { background-color: #0A469C; }
a { background-color: rgb(10,70,156); }
div.DivClassName
{
background-color: #0A469C;
}
.BgClassName
{
background-color: #0A469C;
}
</style>
border-color css
<style>
span { border-color: #0A469C; }
span { border-color: rgb(10,70,156); }
td.TdClassName
{
border-color: #0A469C;
}
.TagClassName
{
border-color: #0A469C;
}
</style>