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