Shades of Cobalt #014DAD
Tints of Cobalt #014DAD
RGB
CMYK
RGB Variations
Color information
#014DAD (or 0x014DAD) is known color: Cobalt. HEX triplet: 01, 4D and AD. RGB value is (1,77,173). Sum of RGB (Red+Green+Blue) = 1+77+173=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #014DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DAD is #FEB252. Grayscale: #404040. Windows color (decimal): -16691795 or 11357441. OLE color: 11357441.
HSL color Cylindrical-coordinate representation of color #014DAD: hue angle of 213.49º 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 #014DAD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 77 | 173 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.32 |
| HSL | 213.49º | 0.99% | 0.34% | - |
| HSV(B) | 213.49º | 0.99% | 0.68% | - |
| XYZ | 10.21 | 8.33 | 40.61 | - |
| YUV | 65.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 173 | 0.99 | 0.55 | 0 | 0.32 | 213.49 | 0.99 | 0.34 |
| Hex | 1 | 4D | AD | 63 | 37 | 0 | 20 | D5 | 63 | 22 |
| Octal | 1 | 115 | 255 | 143 | 67 | 0 | 40 | 325 | 143 | 42 |
| Binary | 1 | 1001101 | 10101101 | 1100011 | 110111 | 0 | 100000 | 11010101 | 1100011 | 100010 |
Color Harmonies of #014DAD
Complementary color
Monochromatic Colors of #014DAD
Black with #014DAD
Text Example
Text Example
White with #014DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DAD; }
p { color: rgb(1,77,173); }
H1.HeaderClassName
{
color: #014DAD;
}
.AnyTagClassName
{
color: #014DAD;
}
</style>
background-color css
<style>
a { background-color: #014DAD; }
a { background-color: rgb(1,77,173); }
div.DivClassName
{
background-color: #014DAD;
}
.BgClassName
{
background-color: #014DAD;
}
</style>
border-color css
<style>
span { border-color: #014DAD; }
span { border-color: rgb(1,77,173); }
td.TdClassName
{
border-color: #014DAD;
}
.TagClassName
{
border-color: #014DAD;
}
</style>