Shades of Cobalt #0246CA
Tints of Cobalt #0246CA
RGB
CMYK
RGB Variations
Color information
#0246CA (or 0x0246CA) is known color: Cobalt. HEX triplet: 02, 46 and CA. RGB value is (2,70,202). Sum of RGB (Red+Green+Blue) = 2+70+202=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #0246CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0246CA is #FDB935. Grayscale: #404040. Windows color (decimal): -16628022 or 13256194. OLE color: 13256194.
HSL color Cylindrical-coordinate representation of color #0246CA: hue angle of 219.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0246CA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 70 | 202 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.21 |
| HSL | 219.6º | 0.98% | 0.4% | - |
| HSV(B) | 219.6º | 0.99% | 0.79% | - |
| XYZ | 12.88 | 8.66 | 56.87 | - |
| YUV | 64.72 | 205.47 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 202 | 0.99 | 0.65 | 0 | 0.21 | 219.6 | 0.98 | 0.4 |
| Hex | 2 | 46 | CA | 63 | 41 | 0 | 15 | DC | 62 | 28 |
| Octal | 2 | 106 | 312 | 143 | 101 | 0 | 25 | 334 | 142 | 50 |
| Binary | 10 | 1000110 | 11001010 | 1100011 | 1000001 | 0 | 10101 | 11011100 | 1100010 | 101000 |
Color Harmonies of #0246CA
Complementary color
Monochromatic Colors of #0246CA
Black with #0246CA
Text Example
Text Example
White with #0246CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246CA; }
p { color: rgb(2,70,202); }
H1.HeaderClassName
{
color: #0246CA;
}
.AnyTagClassName
{
color: #0246CA;
}
</style>
background-color css
<style>
a { background-color: #0246CA; }
a { background-color: rgb(2,70,202); }
div.DivClassName
{
background-color: #0246CA;
}
.BgClassName
{
background-color: #0246CA;
}
</style>
border-color css
<style>
span { border-color: #0246CA; }
span { border-color: rgb(2,70,202); }
td.TdClassName
{
border-color: #0246CA;
}
.TagClassName
{
border-color: #0246CA;
}
</style>