Shades of Cobalt #003EC1
Tints of Cobalt #003EC1
RGB
CMYK
RGB Variations
Color information
#003EC1 (or 0x003EC1) is known color: Cobalt. HEX triplet: 00, 3E and C1. RGB value is (0,62,193). Sum of RGB (Red+Green+Blue) = 0+62+193=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #003EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EC1 is #FFC13E. Grayscale: #393939. Windows color (decimal): -16761151 or 12664320. OLE color: 12664320.
HSL color Cylindrical-coordinate representation of color #003EC1: hue angle of 220.73º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EC1 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 62 | 193 | - |
| CMYK | 1 | 0.68 | 0 | 0.24 |
| HSL | 220.73º | 1% | 0.38% | - |
| HSV(B) | 220.73º | 1% | 0.76% | - |
| XYZ | 11.35 | 7.3 | 51.26 | - |
| YUV | 58.4 | 203.96 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 193 | 1 | 0.68 | 0 | 0.24 | 220.73 | 1 | 0.38 |
| Hex | 0 | 3E | C1 | 64 | 44 | 0 | 18 | DD | 64 | 26 |
| Octal | 0 | 76 | 301 | 144 | 104 | 0 | 30 | 335 | 144 | 46 |
| Binary | 0 | 111110 | 11000001 | 1100100 | 1000100 | 0 | 11000 | 11011101 | 1100100 | 100110 |
Color Harmonies of #003EC1
Complementary color
Monochromatic Colors of #003EC1
Black with #003EC1
Text Example
Text Example
White with #003EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EC1; }
p { color: rgb(0,62,193); }
H1.HeaderClassName
{
color: #003EC1;
}
.AnyTagClassName
{
color: #003EC1;
}
</style>
background-color css
<style>
a { background-color: #003EC1; }
a { background-color: rgb(0,62,193); }
div.DivClassName
{
background-color: #003EC1;
}
.BgClassName
{
background-color: #003EC1;
}
</style>
border-color css
<style>
span { border-color: #003EC1; }
span { border-color: rgb(0,62,193); }
td.TdClassName
{
border-color: #003EC1;
}
.TagClassName
{
border-color: #003EC1;
}
</style>