Shades of Cobalt #013EC2
Tints of Cobalt #013EC2
RGB
CMYK
RGB Variations
Color information
#013EC2 (or 0x013EC2) is known color: Cobalt. HEX triplet: 01, 3E and C2. RGB value is (1,62,194). Sum of RGB (Red+Green+Blue) = 1+62+194=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #013EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EC2 is #FEC13D. Grayscale: #3A3A3A. Windows color (decimal): -16695614 or 12729857. OLE color: 12729857.
HSL color Cylindrical-coordinate representation of color #013EC2: hue angle of 221.04º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013EC2 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 62 | 194 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.24 |
| HSL | 221.04º | 0.99% | 0.38% | - |
| HSV(B) | 221.04º | 0.99% | 0.76% | - |
| XYZ | 11.47 | 7.35 | 51.85 | - |
| YUV | 58.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 194 | 0.99 | 0.68 | 0 | 0.24 | 221.04 | 0.99 | 0.38 |
| Hex | 1 | 3E | C2 | 63 | 44 | 0 | 18 | DD | 63 | 26 |
| Octal | 1 | 76 | 302 | 143 | 104 | 0 | 30 | 335 | 143 | 46 |
| Binary | 1 | 111110 | 11000010 | 1100011 | 1000100 | 0 | 11000 | 11011101 | 1100011 | 100110 |
Color Harmonies of #013EC2
Complementary color
Monochromatic Colors of #013EC2
Black with #013EC2
Text Example
Text Example
White with #013EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EC2; }
p { color: rgb(1,62,194); }
H1.HeaderClassName
{
color: #013EC2;
}
.AnyTagClassName
{
color: #013EC2;
}
</style>
background-color css
<style>
a { background-color: #013EC2; }
a { background-color: rgb(1,62,194); }
div.DivClassName
{
background-color: #013EC2;
}
.BgClassName
{
background-color: #013EC2;
}
</style>
border-color css
<style>
span { border-color: #013EC2; }
span { border-color: rgb(1,62,194); }
td.TdClassName
{
border-color: #013EC2;
}
.TagClassName
{
border-color: #013EC2;
}
</style>