Shades of Cobalt #014DAA
Tints of Cobalt #014DAA
RGB
CMYK
RGB Variations
Color information
#014DAA (or 0x014DAA) is known color: Cobalt. HEX triplet: 01, 4D and AA. RGB value is (1,77,170). Sum of RGB (Red+Green+Blue) = 1+77+170=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #014DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DAA is #FEB255. Grayscale: #404040. Windows color (decimal): -16691798 or 11160833. OLE color: 11160833.
HSL color Cylindrical-coordinate representation of color #014DAA: hue angle of 213.02º 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 #014DAA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 77 | 170 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.33 |
| HSL | 213.02º | 0.99% | 0.34% | - |
| HSV(B) | 213.02º | 0.99% | 0.67% | - |
| XYZ | 9.92 | 8.22 | 39.09 | - |
| YUV | 64.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 170 | 0.99 | 0.55 | 0 | 0.33 | 213.02 | 0.99 | 0.34 |
| Hex | 1 | 4D | AA | 63 | 37 | 0 | 21 | D5 | 63 | 22 |
| Octal | 1 | 115 | 252 | 143 | 67 | 0 | 41 | 325 | 143 | 42 |
| Binary | 1 | 1001101 | 10101010 | 1100011 | 110111 | 0 | 100001 | 11010101 | 1100011 | 100010 |
Color Harmonies of #014DAA
Complementary color
Monochromatic Colors of #014DAA
Black with #014DAA
Text Example
Text Example
White with #014DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DAA; }
p { color: rgb(1,77,170); }
H1.HeaderClassName
{
color: #014DAA;
}
.AnyTagClassName
{
color: #014DAA;
}
</style>
background-color css
<style>
a { background-color: #014DAA; }
a { background-color: rgb(1,77,170); }
div.DivClassName
{
background-color: #014DAA;
}
.BgClassName
{
background-color: #014DAA;
}
</style>
border-color css
<style>
span { border-color: #014DAA; }
span { border-color: rgb(1,77,170); }
td.TdClassName
{
border-color: #014DAA;
}
.TagClassName
{
border-color: #014DAA;
}
</style>