Shades of Cobalt #0247A0
Tints of Cobalt #0247A0
RGB
CMYK
RGB Variations
Color information
#0247A0 (or 0x0247A0) is known color: Cobalt. HEX triplet: 02, 47 and A0. RGB value is (2,71,160). Sum of RGB (Red+Green+Blue) = 2+71+160=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #0247A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0247A0 is #FDB85F. Grayscale: #3C3C3C. Windows color (decimal): -16627808 or 10503938. OLE color: 10503938.
HSL color Cylindrical-coordinate representation of color #0247A0: hue angle of 213.8º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0247A0 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 71 | 160 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.37 |
| HSL | 213.8º | 0.98% | 0.32% | - |
| HSV(B) | 213.8º | 0.99% | 0.63% | - |
| XYZ | 8.62 | 7.06 | 34.17 | - |
| YUV | 60.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 160 | 0.99 | 0.56 | 0 | 0.37 | 213.8 | 0.98 | 0.32 |
| Hex | 2 | 47 | A0 | 63 | 38 | 0 | 25 | D6 | 62 | 20 |
| Octal | 2 | 107 | 240 | 143 | 70 | 0 | 45 | 326 | 142 | 40 |
| Binary | 10 | 1000111 | 10100000 | 1100011 | 111000 | 0 | 100101 | 11010110 | 1100010 | 100000 |
Color Harmonies of #0247A0
Complementary color
Monochromatic Colors of #0247A0
Black with #0247A0
Text Example
Text Example
White with #0247A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0247A0; }
p { color: rgb(2,71,160); }
H1.HeaderClassName
{
color: #0247A0;
}
.AnyTagClassName
{
color: #0247A0;
}
</style>
background-color css
<style>
a { background-color: #0247A0; }
a { background-color: rgb(2,71,160); }
div.DivClassName
{
background-color: #0247A0;
}
.BgClassName
{
background-color: #0247A0;
}
</style>
border-color css
<style>
span { border-color: #0247A0; }
span { border-color: rgb(2,71,160); }
td.TdClassName
{
border-color: #0247A0;
}
.TagClassName
{
border-color: #0247A0;
}
</style>