Shades of Cobalt #013DAB
Tints of Cobalt #013DAB
RGB
CMYK
RGB Variations
Color information
#013DAB (or 0x013DAB) is known color: Cobalt. HEX triplet: 01, 3D and AB. RGB value is (1,61,171). Sum of RGB (Red+Green+Blue) = 1+61+171=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #013DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DAB is #FEC254. Grayscale: #373737. Windows color (decimal): -16695893 or 11222273. OLE color: 11222273.
HSL color Cylindrical-coordinate representation of color #013DAB: hue angle of 218.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DAB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 61 | 171 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.33 |
| HSL | 218.82º | 0.99% | 0.34% | - |
| HSV(B) | 218.82º | 0.99% | 0.67% | - |
| XYZ | 9.03 | 6.28 | 39.27 | - |
| YUV | 55.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 171 | 0.99 | 0.64 | 0 | 0.33 | 218.82 | 0.99 | 0.34 |
| Hex | 1 | 3D | AB | 63 | 40 | 0 | 21 | DB | 63 | 22 |
| Octal | 1 | 75 | 253 | 143 | 100 | 0 | 41 | 333 | 143 | 42 |
| Binary | 1 | 111101 | 10101011 | 1100011 | 1000000 | 0 | 100001 | 11011011 | 1100011 | 100010 |
Color Harmonies of #013DAB
Complementary color
Monochromatic Colors of #013DAB
Black with #013DAB
Text Example
Text Example
White with #013DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DAB; }
p { color: rgb(1,61,171); }
H1.HeaderClassName
{
color: #013DAB;
}
.AnyTagClassName
{
color: #013DAB;
}
</style>
background-color css
<style>
a { background-color: #013DAB; }
a { background-color: rgb(1,61,171); }
div.DivClassName
{
background-color: #013DAB;
}
.BgClassName
{
background-color: #013DAB;
}
</style>
border-color css
<style>
span { border-color: #013DAB; }
span { border-color: rgb(1,61,171); }
td.TdClassName
{
border-color: #013DAB;
}
.TagClassName
{
border-color: #013DAB;
}
</style>