Shades of Cobalt #0A47C0
Tints of Cobalt #0A47C0
RGB
CMYK
RGB Variations
Color information
#0A47C0 (or 0x0A47C0) is known color: Cobalt. HEX triplet: 0A, 47 and C0. RGB value is (10,71,192). Sum of RGB (Red+Green+Blue) = 10+71+192=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A47C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A47C0 is #F5B83F. Grayscale: #424242. Windows color (decimal): -16103488 or 12601098. OLE color: 12601098.
HSL color Cylindrical-coordinate representation of color #0A47C0: hue angle of 219.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A47C0 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 71 | 192 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.25 |
| HSL | 219.89º | 0.9% | 0.4% | - |
| HSV(B) | 219.89º | 0.95% | 0.75% | - |
| XYZ | 11.89 | 8.38 | 50.86 | - |
| YUV | 66.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 71 | 192 | 0.95 | 0.63 | 0 | 0.25 | 219.89 | 0.9 | 0.4 |
| Hex | A | 47 | C0 | 5F | 3F | 0 | 19 | DC | 5A | 28 |
| Octal | 12 | 107 | 300 | 137 | 77 | 0 | 31 | 334 | 132 | 50 |
| Binary | 1010 | 1000111 | 11000000 | 1011111 | 111111 | 0 | 11001 | 11011100 | 1011010 | 101000 |
Color Harmonies of #0A47C0
Complementary color
Monochromatic Colors of #0A47C0
Black with #0A47C0
Text Example
Text Example
White with #0A47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A47C0; }
p { color: rgb(10,71,192); }
H1.HeaderClassName
{
color: #0A47C0;
}
.AnyTagClassName
{
color: #0A47C0;
}
</style>
background-color css
<style>
a { background-color: #0A47C0; }
a { background-color: rgb(10,71,192); }
div.DivClassName
{
background-color: #0A47C0;
}
.BgClassName
{
background-color: #0A47C0;
}
</style>
border-color css
<style>
span { border-color: #0A47C0; }
span { border-color: rgb(10,71,192); }
td.TdClassName
{
border-color: #0A47C0;
}
.TagClassName
{
border-color: #0A47C0;
}
</style>