Shades of Cobalt #0040CC
Tints of Cobalt #0040CC
RGB
CMYK
RGB Variations
Color information
#0040CC (or 0x0040CC) is known color: Cobalt. HEX triplet: 00, 40 and CC. RGB value is (0,64,204). Sum of RGB (Red+Green+Blue) = 0+64+204=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #0040CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040CC is #FFBF33. Grayscale: #3C3C3C. Windows color (decimal): -16760628 or 13385728. OLE color: 13385728.
HSL color Cylindrical-coordinate representation of color #0040CC: hue angle of 221.18º 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 #0040CC is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 64 | 204 | - |
| CMYK | 1 | 0.69 | 0 | 0.2 |
| HSL | 221.18º | 1% | 0.4% | - |
| HSV(B) | 221.18º | 1% | 0.8% | - |
| XYZ | 12.73 | 8.03 | 58 | - |
| YUV | 60.82 | 208.8 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 204 | 1 | 0.69 | 0 | 0.2 | 221.18 | 1 | 0.4 |
| Hex | 0 | 40 | CC | 64 | 45 | 0 | 14 | DD | 64 | 28 |
| Octal | 0 | 100 | 314 | 144 | 105 | 0 | 24 | 335 | 144 | 50 |
| Binary | 0 | 1000000 | 11001100 | 1100100 | 1000101 | 0 | 10100 | 11011101 | 1100100 | 101000 |
Color Harmonies of #0040CC
Complementary color
Monochromatic Colors of #0040CC
Black with #0040CC
Text Example
Text Example
White with #0040CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0040CC; }
p { color: rgb(0,64,204); }
H1.HeaderClassName
{
color: #0040CC;
}
.AnyTagClassName
{
color: #0040CC;
}
</style>
background-color css
<style>
a { background-color: #0040CC; }
a { background-color: rgb(0,64,204); }
div.DivClassName
{
background-color: #0040CC;
}
.BgClassName
{
background-color: #0040CC;
}
</style>
border-color css
<style>
span { border-color: #0040CC; }
span { border-color: rgb(0,64,204); }
td.TdClassName
{
border-color: #0040CC;
}
.TagClassName
{
border-color: #0040CC;
}
</style>