Shades of Cobalt #0045CD
Tints of Cobalt #0045CD
RGB
CMYK
RGB Variations
Color information
#0045CD (or 0x0045CD) is known color: Cobalt. HEX triplet: 00, 45 and CD. RGB value is (0,69,205). Sum of RGB (Red+Green+Blue) = 0+69+205=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #0045CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0045CD is #FFBA32. Grayscale: #3F3F3F. Windows color (decimal): -16759347 or 13452544. OLE color: 13452544.
HSL color Cylindrical-coordinate representation of color #0045CD: hue angle of 219.8º 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 #0045CD is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 69 | 205 | - |
| CMYK | 1 | 0.66 | 0 | 0.20 |
| HSL | 219.8º | 1% | 0.4% | - |
| HSV(B) | 219.8º | 1% | 0.8% | - |
| XYZ | 13.15 | 8.66 | 58.74 | - |
| YUV | 63.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 205 | 1 | 0.66 | 0 | 0.20 | 219.8 | 1 | 0.4 |
| Hex | 0 | 45 | CD | 64 | 42 | 0 | 14 | DC | 64 | 28 |
| Octal | 0 | 105 | 315 | 144 | 102 | 0 | 24 | 334 | 144 | 50 |
| Binary | 0 | 1000101 | 11001101 | 1100100 | 1000010 | 0 | 10100 | 11011100 | 1100100 | 101000 |
Color Harmonies of #0045CD
Complementary color
Monochromatic Colors of #0045CD
Black with #0045CD
Text Example
Text Example
White with #0045CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045CD; }
p { color: rgb(0,69,205); }
H1.HeaderClassName
{
color: #0045CD;
}
.AnyTagClassName
{
color: #0045CD;
}
</style>
background-color css
<style>
a { background-color: #0045CD; }
a { background-color: rgb(0,69,205); }
div.DivClassName
{
background-color: #0045CD;
}
.BgClassName
{
background-color: #0045CD;
}
</style>
border-color css
<style>
span { border-color: #0045CD; }
span { border-color: rgb(0,69,205); }
td.TdClassName
{
border-color: #0045CD;
}
.TagClassName
{
border-color: #0045CD;
}
</style>