Shades of Cobalt #013EA2
Tints of Cobalt #013EA2
RGB
CMYK
RGB Variations
Color information
#013EA2 (or 0x013EA2) is known color: Cobalt. HEX triplet: 01, 3E and A2. RGB value is (1,62,162). Sum of RGB (Red+Green+Blue) = 1+62+162=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 162 (63.67% from 255 or 72% from 225); Max value from RGB is 162 - color contains mainly: blue. Hex color #013EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EA2 is #FEC15D. Grayscale: #363636. Windows color (decimal): -16695646 or 10632705. OLE color: 10632705.
HSL color Cylindrical-coordinate representation of color #013EA2: hue angle of 217.27º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013EA2 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 62 | 162 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.36 |
| HSL | 217.27º | 0.99% | 0.32% | - |
| HSV(B) | 217.27º | 0.99% | 0.64% | - |
| XYZ | 8.26 | 6.06 | 34.92 | - |
| YUV | 55.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 162 | 0.99 | 0.62 | 0 | 0.36 | 217.27 | 0.99 | 0.32 |
| Hex | 1 | 3E | A2 | 63 | 3E | 0 | 24 | D9 | 63 | 20 |
| Octal | 1 | 76 | 242 | 143 | 76 | 0 | 44 | 331 | 143 | 40 |
| Binary | 1 | 111110 | 10100010 | 1100011 | 111110 | 0 | 100100 | 11011001 | 1100011 | 100000 |
Color Harmonies of #013EA2
Complementary color
Monochromatic Colors of #013EA2
Black with #013EA2
Text Example
Text Example
White with #013EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EA2; }
p { color: rgb(1,62,162); }
H1.HeaderClassName
{
color: #013EA2;
}
.AnyTagClassName
{
color: #013EA2;
}
</style>
background-color css
<style>
a { background-color: #013EA2; }
a { background-color: rgb(1,62,162); }
div.DivClassName
{
background-color: #013EA2;
}
.BgClassName
{
background-color: #013EA2;
}
</style>
border-color css
<style>
span { border-color: #013EA2; }
span { border-color: rgb(1,62,162); }
td.TdClassName
{
border-color: #013EA2;
}
.TagClassName
{
border-color: #013EA2;
}
</style>