Shades of Cobalt #013EAE
Tints of Cobalt #013EAE
RGB
CMYK
RGB Variations
Color information
#013EAE (or 0x013EAE) is known color: Cobalt. HEX triplet: 01, 3E and AE. RGB value is (1,62,174). Sum of RGB (Red+Green+Blue) = 1+62+174=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #013EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EAE is #FEC151. Grayscale: #383838. Windows color (decimal): -16695634 or 11419137. OLE color: 11419137.
HSL color Cylindrical-coordinate representation of color #013EAE: hue angle of 218.84º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013EAE is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 62 | 174 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.32 |
| HSL | 218.84º | 0.99% | 0.34% | - |
| HSV(B) | 218.84º | 0.99% | 0.68% | - |
| XYZ | 9.38 | 6.51 | 40.81 | - |
| YUV | 56.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 174 | 0.99 | 0.64 | 0 | 0.32 | 218.84 | 0.99 | 0.34 |
| Hex | 1 | 3E | AE | 63 | 40 | 0 | 20 | DB | 63 | 22 |
| Octal | 1 | 76 | 256 | 143 | 100 | 0 | 40 | 333 | 143 | 42 |
| Binary | 1 | 111110 | 10101110 | 1100011 | 1000000 | 0 | 100000 | 11011011 | 1100011 | 100010 |
Color Harmonies of #013EAE
Complementary color
Monochromatic Colors of #013EAE
Black with #013EAE
Text Example
Text Example
White with #013EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EAE; }
p { color: rgb(1,62,174); }
H1.HeaderClassName
{
color: #013EAE;
}
.AnyTagClassName
{
color: #013EAE;
}
</style>
background-color css
<style>
a { background-color: #013EAE; }
a { background-color: rgb(1,62,174); }
div.DivClassName
{
background-color: #013EAE;
}
.BgClassName
{
background-color: #013EAE;
}
</style>
border-color css
<style>
span { border-color: #013EAE; }
span { border-color: rgb(1,62,174); }
td.TdClassName
{
border-color: #013EAE;
}
.TagClassName
{
border-color: #013EAE;
}
</style>