Shades of Cobalt #0046CD
Tints of Cobalt #0046CD
RGB
CMYK
RGB Variations
Color information
#0046CD (or 0x0046CD) is known color: Cobalt. HEX triplet: 00, 46 and CD. RGB value is (0,70,205). Sum of RGB (Red+Green+Blue) = 0+70+205=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #0046CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046CD is #FFB932. Grayscale: #3F3F3F. Windows color (decimal): -16759091 or 13452800. OLE color: 13452800.
HSL color Cylindrical-coordinate representation of color #0046CD: hue angle of 219.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046CD is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 70 | 205 | - |
| CMYK | 1 | 0.66 | 0 | 0.20 |
| HSL | 219.51º | 1% | 0.4% | - |
| HSV(B) | 219.51º | 1% | 0.8% | - |
| XYZ | 13.21 | 8.79 | 58.76 | - |
| YUV | 64.46 | 207.31 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 205 | 1 | 0.66 | 0 | 0.20 | 219.51 | 1 | 0.4 |
| Hex | 0 | 46 | CD | 64 | 42 | 0 | 14 | DC | 64 | 28 |
| Octal | 0 | 106 | 315 | 144 | 102 | 0 | 24 | 334 | 144 | 50 |
| Binary | 0 | 1000110 | 11001101 | 1100100 | 1000010 | 0 | 10100 | 11011100 | 1100100 | 101000 |
Color Harmonies of #0046CD
Complementary color
Monochromatic Colors of #0046CD
Black with #0046CD
Text Example
Text Example
White with #0046CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046CD; }
p { color: rgb(0,70,205); }
H1.HeaderClassName
{
color: #0046CD;
}
.AnyTagClassName
{
color: #0046CD;
}
</style>
background-color css
<style>
a { background-color: #0046CD; }
a { background-color: rgb(0,70,205); }
div.DivClassName
{
background-color: #0046CD;
}
.BgClassName
{
background-color: #0046CD;
}
</style>
border-color css
<style>
span { border-color: #0046CD; }
span { border-color: rgb(0,70,205); }
td.TdClassName
{
border-color: #0046CD;
}
.TagClassName
{
border-color: #0046CD;
}
</style>