Shades of Cobalt #013DAE
Tints of Cobalt #013DAE
RGB
CMYK
RGB Variations
Color information
#013DAE (or 0x013DAE) is known color: Cobalt. HEX triplet: 01, 3D and AE. RGB value is (1,61,174). Sum of RGB (Red+Green+Blue) = 1+61+174=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #013DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DAE is #FEC251. Grayscale: #373737. Windows color (decimal): -16695890 or 11418881. OLE color: 11418881.
HSL color Cylindrical-coordinate representation of color #013DAE: hue angle of 219.19º 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 #013DAE is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 61 | 174 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.32 |
| HSL | 219.19º | 0.99% | 0.34% | - |
| HSV(B) | 219.19º | 0.99% | 0.68% | - |
| XYZ | 9.32 | 6.4 | 40.79 | - |
| YUV | 55.94 | 194.62 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 174 | 0.99 | 0.65 | 0 | 0.32 | 219.19 | 0.99 | 0.34 |
| Hex | 1 | 3D | AE | 63 | 41 | 0 | 20 | DB | 63 | 22 |
| Octal | 1 | 75 | 256 | 143 | 101 | 0 | 40 | 333 | 143 | 42 |
| Binary | 1 | 111101 | 10101110 | 1100011 | 1000001 | 0 | 100000 | 11011011 | 1100011 | 100010 |
Color Harmonies of #013DAE
Complementary color
Monochromatic Colors of #013DAE
Black with #013DAE
Text Example
Text Example
White with #013DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DAE; }
p { color: rgb(1,61,174); }
H1.HeaderClassName
{
color: #013DAE;
}
.AnyTagClassName
{
color: #013DAE;
}
</style>
background-color css
<style>
a { background-color: #013DAE; }
a { background-color: rgb(1,61,174); }
div.DivClassName
{
background-color: #013DAE;
}
.BgClassName
{
background-color: #013DAE;
}
</style>
border-color css
<style>
span { border-color: #013DAE; }
span { border-color: rgb(1,61,174); }
td.TdClassName
{
border-color: #013DAE;
}
.TagClassName
{
border-color: #013DAE;
}
</style>