Shades of Cobalt #014CAC
Tints of Cobalt #014CAC
RGB
CMYK
RGB Variations
Color information
#014CAC (or 0x014CAC) is known color: Cobalt. HEX triplet: 01, 4C and AC. RGB value is (1,76,172). Sum of RGB (Red+Green+Blue) = 1+76+172=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #014CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CAC is #FEB353. Grayscale: #404040. Windows color (decimal): -16692052 or 11291649. OLE color: 11291649.
HSL color Cylindrical-coordinate representation of color #014CAC: hue angle of 213.68º 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 #014CAC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 76 | 172 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 213.68º | 0.99% | 0.34% | - |
| HSV(B) | 213.68º | 0.99% | 0.67% | - |
| XYZ | 10.04 | 8.15 | 40.07 | - |
| YUV | 64.52 | 188.65 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 172 | 0.99 | 0.56 | 0 | 0.33 | 213.68 | 0.99 | 0.34 |
| Hex | 1 | 4C | AC | 63 | 38 | 0 | 21 | D6 | 63 | 22 |
| Octal | 1 | 114 | 254 | 143 | 70 | 0 | 41 | 326 | 143 | 42 |
| Binary | 1 | 1001100 | 10101100 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100011 | 100010 |
Color Harmonies of #014CAC
Complementary color
Monochromatic Colors of #014CAC
Black with #014CAC
Text Example
Text Example
White with #014CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CAC; }
p { color: rgb(1,76,172); }
H1.HeaderClassName
{
color: #014CAC;
}
.AnyTagClassName
{
color: #014CAC;
}
</style>
background-color css
<style>
a { background-color: #014CAC; }
a { background-color: rgb(1,76,172); }
div.DivClassName
{
background-color: #014CAC;
}
.BgClassName
{
background-color: #014CAC;
}
</style>
border-color css
<style>
span { border-color: #014CAC; }
span { border-color: rgb(1,76,172); }
td.TdClassName
{
border-color: #014CAC;
}
.TagClassName
{
border-color: #014CAC;
}
</style>