Shades of Cobalt #014DAB
Tints of Cobalt #014DAB
RGB
CMYK
RGB Variations
Color information
#014DAB (or 0x014DAB) is known color: Cobalt. HEX triplet: 01, 4D and AB. RGB value is (1,77,171). Sum of RGB (Red+Green+Blue) = 1+77+171=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #014DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DAB is #FEB254. Grayscale: #404040. Windows color (decimal): -16691797 or 11226369. OLE color: 11226369.
HSL color Cylindrical-coordinate representation of color #014DAB: hue angle of 213.18º 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 #014DAB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 77 | 171 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.33 |
| HSL | 213.18º | 0.99% | 0.34% | - |
| HSV(B) | 213.18º | 0.99% | 0.67% | - |
| XYZ | 10.02 | 8.25 | 39.59 | - |
| YUV | 64.99 | 187.82 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 171 | 0.99 | 0.55 | 0 | 0.33 | 213.18 | 0.99 | 0.34 |
| Hex | 1 | 4D | AB | 63 | 37 | 0 | 21 | D5 | 63 | 22 |
| Octal | 1 | 115 | 253 | 143 | 67 | 0 | 41 | 325 | 143 | 42 |
| Binary | 1 | 1001101 | 10101011 | 1100011 | 110111 | 0 | 100001 | 11010101 | 1100011 | 100010 |
Color Harmonies of #014DAB
Complementary color
Monochromatic Colors of #014DAB
Black with #014DAB
Text Example
Text Example
White with #014DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DAB; }
p { color: rgb(1,77,171); }
H1.HeaderClassName
{
color: #014DAB;
}
.AnyTagClassName
{
color: #014DAB;
}
</style>
background-color css
<style>
a { background-color: #014DAB; }
a { background-color: rgb(1,77,171); }
div.DivClassName
{
background-color: #014DAB;
}
.BgClassName
{
background-color: #014DAB;
}
</style>
border-color css
<style>
span { border-color: #014DAB; }
span { border-color: rgb(1,77,171); }
td.TdClassName
{
border-color: #014DAB;
}
.TagClassName
{
border-color: #014DAB;
}
</style>