Shades of Cobalt #003CC0
Tints of Cobalt #003CC0
RGB
CMYK
RGB Variations
Color information
#003CC0 (or 0x003CC0) is known color: Cobalt. HEX triplet: 00, 3C and C0. RGB value is (0,60,192). Sum of RGB (Red+Green+Blue) = 0+60+192=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #003CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CC0 is #FFC33F. Grayscale: #383838. Windows color (decimal): -16761664 or 12598272. OLE color: 12598272.
HSL color Cylindrical-coordinate representation of color #003CC0: hue angle of 221.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CC0 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 60 | 192 | - |
| CMYK | 1 | 0.69 | 0 | 0.25 |
| HSL | 221.25º | 1% | 0.38% | - |
| HSV(B) | 221.25º | 1% | 0.75% | - |
| XYZ | 11.13 | 7.04 | 50.64 | - |
| YUV | 57.11 | 204.12 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 192 | 1 | 0.69 | 0 | 0.25 | 221.25 | 1 | 0.38 |
| Hex | 0 | 3C | C0 | 64 | 45 | 0 | 19 | DD | 64 | 26 |
| Octal | 0 | 74 | 300 | 144 | 105 | 0 | 31 | 335 | 144 | 46 |
| Binary | 0 | 111100 | 11000000 | 1100100 | 1000101 | 0 | 11001 | 11011101 | 1100100 | 100110 |
Color Harmonies of #003CC0
Complementary color
Monochromatic Colors of #003CC0
Black with #003CC0
Text Example
Text Example
White with #003CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003CC0; }
p { color: rgb(0,60,192); }
H1.HeaderClassName
{
color: #003CC0;
}
.AnyTagClassName
{
color: #003CC0;
}
</style>
background-color css
<style>
a { background-color: #003CC0; }
a { background-color: rgb(0,60,192); }
div.DivClassName
{
background-color: #003CC0;
}
.BgClassName
{
background-color: #003CC0;
}
</style>
border-color css
<style>
span { border-color: #003CC0; }
span { border-color: rgb(0,60,192); }
td.TdClassName
{
border-color: #003CC0;
}
.TagClassName
{
border-color: #003CC0;
}
</style>