Shades of Cobalt #0246A3
Tints of Cobalt #0246A3
RGB
CMYK
RGB Variations
Color information
#0246A3 (or 0x0246A3) is known color: Cobalt. HEX triplet: 02, 46 and A3. RGB value is (2,70,163). Sum of RGB (Red+Green+Blue) = 2+70+163=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 163 (64.06% from 255 or 69.36% from 235); Max value from RGB is 163 - color contains mainly: blue. Hex color #0246A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0246A3 is #FDB95C. Grayscale: #3B3B3B. Windows color (decimal): -16628061 or 10700290. OLE color: 10700290.
HSL color Cylindrical-coordinate representation of color #0246A3: hue angle of 214.66º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0246A3 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 70 | 163 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.36 |
| HSL | 214.66º | 0.98% | 0.32% | - |
| HSV(B) | 214.66º | 0.99% | 0.64% | - |
| XYZ | 8.83 | 7.04 | 35.54 | - |
| YUV | 60.27 | 185.97 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 163 | 0.99 | 0.57 | 0 | 0.36 | 214.66 | 0.98 | 0.32 |
| Hex | 2 | 46 | A3 | 63 | 39 | 0 | 24 | D7 | 62 | 20 |
| Octal | 2 | 106 | 243 | 143 | 71 | 0 | 44 | 327 | 142 | 40 |
| Binary | 10 | 1000110 | 10100011 | 1100011 | 111001 | 0 | 100100 | 11010111 | 1100010 | 100000 |
Color Harmonies of #0246A3
Complementary color
Monochromatic Colors of #0246A3
Black with #0246A3
Text Example
Text Example
White with #0246A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246A3; }
p { color: rgb(2,70,163); }
H1.HeaderClassName
{
color: #0246A3;
}
.AnyTagClassName
{
color: #0246A3;
}
</style>
background-color css
<style>
a { background-color: #0246A3; }
a { background-color: rgb(2,70,163); }
div.DivClassName
{
background-color: #0246A3;
}
.BgClassName
{
background-color: #0246A3;
}
</style>
border-color css
<style>
span { border-color: #0246A3; }
span { border-color: rgb(2,70,163); }
td.TdClassName
{
border-color: #0246A3;
}
.TagClassName
{
border-color: #0246A3;
}
</style>