Shades of Cobalt #013EC3
Tints of Cobalt #013EC3
RGB
CMYK
RGB Variations
Color information
#013EC3 (or 0x013EC3) is known color: Cobalt. HEX triplet: 01, 3E and C3. RGB value is (1,62,195). Sum of RGB (Red+Green+Blue) = 1+62+195=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #013EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EC3 is #FEC13C. Grayscale: #3A3A3A. Windows color (decimal): -16695613 or 12795393. OLE color: 12795393.
HSL color Cylindrical-coordinate representation of color #013EC3: hue angle of 221.13º 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 #013EC3 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 62 | 195 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.24 |
| HSL | 221.13º | 0.99% | 0.38% | - |
| HSV(B) | 221.13º | 0.99% | 0.76% | - |
| XYZ | 11.59 | 7.39 | 52.45 | - |
| YUV | 58.92 | 204.79 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 195 | 0.99 | 0.68 | 0 | 0.24 | 221.13 | 0.99 | 0.38 |
| Hex | 1 | 3E | C3 | 63 | 44 | 0 | 18 | DD | 63 | 26 |
| Octal | 1 | 76 | 303 | 143 | 104 | 0 | 30 | 335 | 143 | 46 |
| Binary | 1 | 111110 | 11000011 | 1100011 | 1000100 | 0 | 11000 | 11011101 | 1100011 | 100110 |
Color Harmonies of #013EC3
Complementary color
Monochromatic Colors of #013EC3
Black with #013EC3
Text Example
Text Example
White with #013EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EC3; }
p { color: rgb(1,62,195); }
H1.HeaderClassName
{
color: #013EC3;
}
.AnyTagClassName
{
color: #013EC3;
}
</style>
background-color css
<style>
a { background-color: #013EC3; }
a { background-color: rgb(1,62,195); }
div.DivClassName
{
background-color: #013EC3;
}
.BgClassName
{
background-color: #013EC3;
}
</style>
border-color css
<style>
span { border-color: #013EC3; }
span { border-color: rgb(1,62,195); }
td.TdClassName
{
border-color: #013EC3;
}
.TagClassName
{
border-color: #013EC3;
}
</style>