Shades of Cobalt #014FAA
Tints of Cobalt #014FAA
RGB
CMYK
RGB Variations
Color information
#014FAA (or 0x014FAA) is known color: Cobalt. HEX triplet: 01, 4F and AA. RGB value is (1,79,170). Sum of RGB (Red+Green+Blue) = 1+79+170=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #014FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014FAA is #FEB055. Grayscale: #414141. Windows color (decimal): -16691286 or 11161345. OLE color: 11161345.
HSL color Cylindrical-coordinate representation of color #014FAA: hue angle of 212.31º 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 #014FAA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 79 | 170 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.33 |
| HSL | 212.31º | 0.99% | 0.34% | - |
| HSV(B) | 212.31º | 0.99% | 0.67% | - |
| XYZ | 10.06 | 8.5 | 39.14 | - |
| YUV | 66.05 | 186.66 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 170 | 0.99 | 0.54 | 0 | 0.33 | 212.31 | 0.99 | 0.34 |
| Hex | 1 | 4F | AA | 63 | 36 | 0 | 21 | D4 | 63 | 22 |
| Octal | 1 | 117 | 252 | 143 | 66 | 0 | 41 | 324 | 143 | 42 |
| Binary | 1 | 1001111 | 10101010 | 1100011 | 110110 | 0 | 100001 | 11010100 | 1100011 | 100010 |
Color Harmonies of #014FAA
Complementary color
Monochromatic Colors of #014FAA
Black with #014FAA
Text Example
Text Example
White with #014FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FAA; }
p { color: rgb(1,79,170); }
H1.HeaderClassName
{
color: #014FAA;
}
.AnyTagClassName
{
color: #014FAA;
}
</style>
background-color css
<style>
a { background-color: #014FAA; }
a { background-color: rgb(1,79,170); }
div.DivClassName
{
background-color: #014FAA;
}
.BgClassName
{
background-color: #014FAA;
}
</style>
border-color css
<style>
span { border-color: #014FAA; }
span { border-color: rgb(1,79,170); }
td.TdClassName
{
border-color: #014FAA;
}
.TagClassName
{
border-color: #014FAA;
}
</style>