Shades of Cobalt #014FA7
Tints of Cobalt #014FA7
RGB
CMYK
RGB Variations
Color information
#014FA7 (or 0x014FA7) is known color: Cobalt. HEX triplet: 01, 4F and A7. RGB value is (1,79,167). Sum of RGB (Red+Green+Blue) = 1+79+167=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #014FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014FA7 is #FEB058. Grayscale: #414141. Windows color (decimal): -16691289 or 10964737. OLE color: 10964737.
HSL color Cylindrical-coordinate representation of color #014FA7: hue angle of 211.81º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014FA7 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 79 | 167 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.35 |
| HSL | 211.81º | 0.99% | 0.33% | - |
| HSV(B) | 211.81º | 0.99% | 0.65% | - |
| XYZ | 9.78 | 8.39 | 37.66 | - |
| YUV | 65.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 167 | 0.99 | 0.53 | 0 | 0.35 | 211.81 | 0.99 | 0.33 |
| Hex | 1 | 4F | A7 | 63 | 35 | 0 | 23 | D4 | 63 | 21 |
| Octal | 1 | 117 | 247 | 143 | 65 | 0 | 43 | 324 | 143 | 41 |
| Binary | 1 | 1001111 | 10100111 | 1100011 | 110101 | 0 | 100011 | 11010100 | 1100011 | 100001 |
Color Harmonies of #014FA7
Complementary color
Monochromatic Colors of #014FA7
Black with #014FA7
Text Example
Text Example
White with #014FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FA7; }
p { color: rgb(1,79,167); }
H1.HeaderClassName
{
color: #014FA7;
}
.AnyTagClassName
{
color: #014FA7;
}
</style>
background-color css
<style>
a { background-color: #014FA7; }
a { background-color: rgb(1,79,167); }
div.DivClassName
{
background-color: #014FA7;
}
.BgClassName
{
background-color: #014FA7;
}
</style>
border-color css
<style>
span { border-color: #014FA7; }
span { border-color: rgb(1,79,167); }
td.TdClassName
{
border-color: #014FA7;
}
.TagClassName
{
border-color: #014FA7;
}
</style>