Shades of Cobalt #0246CD
Tints of Cobalt #0246CD
RGB
CMYK
RGB Variations
Color information
#0246CD (or 0x0246CD) is known color: Cobalt. HEX triplet: 02, 46 and CD. RGB value is (2,70,205). Sum of RGB (Red+Green+Blue) = 2+70+205=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #0246CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0246CD is #FDB932. Grayscale: #404040. Windows color (decimal): -16628019 or 13452802. OLE color: 13452802.
HSL color Cylindrical-coordinate representation of color #0246CD: hue angle of 219.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0246CD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 70 | 205 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.20 |
| HSL | 219.9º | 0.98% | 0.41% | - |
| HSV(B) | 219.9º | 0.99% | 0.8% | - |
| XYZ | 13.23 | 8.8 | 58.76 | - |
| YUV | 65.06 | 206.97 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 205 | 0.99 | 0.66 | 0 | 0.20 | 219.9 | 0.98 | 0.41 |
| Hex | 2 | 46 | CD | 63 | 42 | 0 | 14 | DC | 62 | 29 |
| Octal | 2 | 106 | 315 | 143 | 102 | 0 | 24 | 334 | 142 | 51 |
| Binary | 10 | 1000110 | 11001101 | 1100011 | 1000010 | 0 | 10100 | 11011100 | 1100010 | 101001 |
Color Harmonies of #0246CD
Complementary color
Monochromatic Colors of #0246CD
Black with #0246CD
Text Example
Text Example
White with #0246CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0246CD; }
p { color: rgb(2,70,205); }
H1.HeaderClassName
{
color: #0246CD;
}
.AnyTagClassName
{
color: #0246CD;
}
</style>
background-color css
<style>
a { background-color: #0246CD; }
a { background-color: rgb(2,70,205); }
div.DivClassName
{
background-color: #0246CD;
}
.BgClassName
{
background-color: #0246CD;
}
</style>
border-color css
<style>
span { border-color: #0246CD; }
span { border-color: rgb(2,70,205); }
td.TdClassName
{
border-color: #0246CD;
}
.TagClassName
{
border-color: #0246CD;
}
</style>