Shades of Cobalt #014FA9
Tints of Cobalt #014FA9
RGB
CMYK
RGB Variations
Color information
#014FA9 (or 0x014FA9) is known color: Cobalt. HEX triplet: 01, 4F and A9. RGB value is (1,79,169). Sum of RGB (Red+Green+Blue) = 1+79+169=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 169 (66.41% from 255 or 67.87% from 249); Max value from RGB is 169 - color contains mainly: blue. Hex color #014FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014FA9 is #FEB056. Grayscale: #414141. Windows color (decimal): -16691287 or 11095809. OLE color: 11095809.
HSL color Cylindrical-coordinate representation of color #014FA9: hue angle of 212.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014FA9 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 79 | 169 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.34 |
| HSL | 212.14º | 0.99% | 0.33% | - |
| HSV(B) | 212.14º | 0.99% | 0.66% | - |
| XYZ | 9.97 | 8.46 | 38.64 | - |
| YUV | 65.94 | 186.16 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 169 | 0.99 | 0.53 | 0 | 0.34 | 212.14 | 0.99 | 0.33 |
| Hex | 1 | 4F | A9 | 63 | 35 | 0 | 22 | D4 | 63 | 21 |
| Octal | 1 | 117 | 251 | 143 | 65 | 0 | 42 | 324 | 143 | 41 |
| Binary | 1 | 1001111 | 10101001 | 1100011 | 110101 | 0 | 100010 | 11010100 | 1100011 | 100001 |
Color Harmonies of #014FA9
Complementary color
Monochromatic Colors of #014FA9
Black with #014FA9
Text Example
Text Example
White with #014FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FA9; }
p { color: rgb(1,79,169); }
H1.HeaderClassName
{
color: #014FA9;
}
.AnyTagClassName
{
color: #014FA9;
}
</style>
background-color css
<style>
a { background-color: #014FA9; }
a { background-color: rgb(1,79,169); }
div.DivClassName
{
background-color: #014FA9;
}
.BgClassName
{
background-color: #014FA9;
}
</style>
border-color css
<style>
span { border-color: #014FA9; }
span { border-color: rgb(1,79,169); }
td.TdClassName
{
border-color: #014FA9;
}
.TagClassName
{
border-color: #014FA9;
}
</style>