Shades of Cobalt #0044CD
Tints of Cobalt #0044CD
RGB
CMYK
RGB Variations
Color information
#0044CD (or 0x0044CD) is known color: Cobalt. HEX triplet: 00, 44 and CD. RGB value is (0,68,205). Sum of RGB (Red+Green+Blue) = 0+68+205=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #0044CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044CD is #FFBB32. Grayscale: #3E3E3E. Windows color (decimal): -16759603 or 13452288. OLE color: 13452288.
HSL color Cylindrical-coordinate representation of color #0044CD: hue angle of 220.1º 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 #0044CD is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 68 | 205 | - |
| CMYK | 1 | 0.67 | 0 | 0.20 |
| HSL | 220.1º | 1% | 0.4% | - |
| HSV(B) | 220.1º | 1% | 0.8% | - |
| XYZ | 13.09 | 8.54 | 58.72 | - |
| YUV | 63.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 205 | 1 | 0.67 | 0 | 0.20 | 220.1 | 1 | 0.4 |
| Hex | 0 | 44 | CD | 64 | 43 | 0 | 14 | DC | 64 | 28 |
| Octal | 0 | 104 | 315 | 144 | 103 | 0 | 24 | 334 | 144 | 50 |
| Binary | 0 | 1000100 | 11001101 | 1100100 | 1000011 | 0 | 10100 | 11011100 | 1100100 | 101000 |
Color Harmonies of #0044CD
Complementary color
Monochromatic Colors of #0044CD
Black with #0044CD
Text Example
Text Example
White with #0044CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044CD; }
p { color: rgb(0,68,205); }
H1.HeaderClassName
{
color: #0044CD;
}
.AnyTagClassName
{
color: #0044CD;
}
</style>
background-color css
<style>
a { background-color: #0044CD; }
a { background-color: rgb(0,68,205); }
div.DivClassName
{
background-color: #0044CD;
}
.BgClassName
{
background-color: #0044CD;
}
</style>
border-color css
<style>
span { border-color: #0044CD; }
span { border-color: rgb(0,68,205); }
td.TdClassName
{
border-color: #0044CD;
}
.TagClassName
{
border-color: #0044CD;
}
</style>