Shades of Cobalt #0246A0
Tints of Cobalt #0246A0
RGB
CMYK
RGB Variations
Color information
#0246A0 (or 0x0246A0) is known color: Cobalt. HEX triplet: 02, 46 and A0. RGB value is (2,70,160). Sum of RGB (Red+Green+Blue) = 2+70+160=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #0246A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0246A0 is #FDB95F. Grayscale: #3B3B3B. Windows color (decimal): -16628064 or 10503682. OLE color: 10503682.
HSL color Cylindrical-coordinate representation of color #0246A0: hue angle of 214.18º 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 #0246A0 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 70 | 160 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.37 |
| HSL | 214.18º | 0.98% | 0.32% | - |
| HSV(B) | 214.18º | 0.99% | 0.63% | - |
| XYZ | 8.56 | 6.93 | 34.14 | - |
| YUV | 59.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 160 | 0.99 | 0.56 | 0 | 0.37 | 214.18 | 0.98 | 0.32 |
| Hex | 2 | 46 | A0 | 63 | 38 | 0 | 25 | D6 | 62 | 20 |
| Octal | 2 | 106 | 240 | 143 | 70 | 0 | 45 | 326 | 142 | 40 |
| Binary | 10 | 1000110 | 10100000 | 1100011 | 111000 | 0 | 100101 | 11010110 | 1100010 | 100000 |
Color Harmonies of #0246A0
Complementary color
Monochromatic Colors of #0246A0
Black with #0246A0
Text Example
Text Example
White with #0246A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246A0; }
p { color: rgb(2,70,160); }
H1.HeaderClassName
{
color: #0246A0;
}
.AnyTagClassName
{
color: #0246A0;
}
</style>
background-color css
<style>
a { background-color: #0246A0; }
a { background-color: rgb(2,70,160); }
div.DivClassName
{
background-color: #0246A0;
}
.BgClassName
{
background-color: #0246A0;
}
</style>
border-color css
<style>
span { border-color: #0246A0; }
span { border-color: rgb(2,70,160); }
td.TdClassName
{
border-color: #0246A0;
}
.TagClassName
{
border-color: #0246A0;
}
</style>