Shades of Cobalt #0246C9
Tints of Cobalt #0246C9
RGB
CMYK
RGB Variations
Color information
#0246C9 (or 0x0246C9) is known color: Cobalt. HEX triplet: 02, 46 and C9. RGB value is (2,70,201). Sum of RGB (Red+Green+Blue) = 2+70+201=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #0246C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0246C9 is #FDB936. Grayscale: #404040. Windows color (decimal): -16628023 or 13190658. OLE color: 13190658.
HSL color Cylindrical-coordinate representation of color #0246C9: hue angle of 219.5º 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 #0246C9 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 70 | 201 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.21 |
| HSL | 219.5º | 0.98% | 0.4% | - |
| HSV(B) | 219.5º | 0.99% | 0.79% | - |
| XYZ | 12.76 | 8.61 | 56.25 | - |
| YUV | 64.6 | 204.97 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 201 | 0.99 | 0.65 | 0 | 0.21 | 219.5 | 0.98 | 0.4 |
| Hex | 2 | 46 | C9 | 63 | 41 | 0 | 15 | DB | 62 | 28 |
| Octal | 2 | 106 | 311 | 143 | 101 | 0 | 25 | 333 | 142 | 50 |
| Binary | 10 | 1000110 | 11001001 | 1100011 | 1000001 | 0 | 10101 | 11011011 | 1100010 | 101000 |
Color Harmonies of #0246C9
Complementary color
Monochromatic Colors of #0246C9
Black with #0246C9
Text Example
Text Example
White with #0246C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246C9; }
p { color: rgb(2,70,201); }
H1.HeaderClassName
{
color: #0246C9;
}
.AnyTagClassName
{
color: #0246C9;
}
</style>
background-color css
<style>
a { background-color: #0246C9; }
a { background-color: rgb(2,70,201); }
div.DivClassName
{
background-color: #0246C9;
}
.BgClassName
{
background-color: #0246C9;
}
</style>
border-color css
<style>
span { border-color: #0246C9; }
span { border-color: rgb(2,70,201); }
td.TdClassName
{
border-color: #0246C9;
}
.TagClassName
{
border-color: #0246C9;
}
</style>