Shades of Cobalt #014FAC
Tints of Cobalt #014FAC
RGB
CMYK
RGB Variations
Color information
#014FAC (or 0x014FAC) is known color: Cobalt. HEX triplet: 01, 4F and AC. RGB value is (1,79,172). Sum of RGB (Red+Green+Blue) = 1+79+172=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #014FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014FAC is #FEB053. Grayscale: #414141. Windows color (decimal): -16691284 or 11292417. OLE color: 11292417.
HSL color Cylindrical-coordinate representation of color #014FAC: hue angle of 212.63º 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 #014FAC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 79 | 172 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.33 |
| HSL | 212.63º | 0.99% | 0.34% | - |
| HSV(B) | 212.63º | 0.99% | 0.67% | - |
| XYZ | 10.25 | 8.58 | 40.14 | - |
| YUV | 66.28 | 187.66 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 172 | 0.99 | 0.54 | 0 | 0.33 | 212.63 | 0.99 | 0.34 |
| Hex | 1 | 4F | AC | 63 | 36 | 0 | 21 | D5 | 63 | 22 |
| Octal | 1 | 117 | 254 | 143 | 66 | 0 | 41 | 325 | 143 | 42 |
| Binary | 1 | 1001111 | 10101100 | 1100011 | 110110 | 0 | 100001 | 11010101 | 1100011 | 100010 |
Color Harmonies of #014FAC
Complementary color
Monochromatic Colors of #014FAC
Black with #014FAC
Text Example
Text Example
White with #014FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FAC; }
p { color: rgb(1,79,172); }
H1.HeaderClassName
{
color: #014FAC;
}
.AnyTagClassName
{
color: #014FAC;
}
</style>
background-color css
<style>
a { background-color: #014FAC; }
a { background-color: rgb(1,79,172); }
div.DivClassName
{
background-color: #014FAC;
}
.BgClassName
{
background-color: #014FAC;
}
</style>
border-color css
<style>
span { border-color: #014FAC; }
span { border-color: rgb(1,79,172); }
td.TdClassName
{
border-color: #014FAC;
}
.TagClassName
{
border-color: #014FAC;
}
</style>