Shades of Cobalt #014CAF
Tints of Cobalt #014CAF
RGB
CMYK
RGB Variations
Color information
#014CAF (or 0x014CAF) is known color: Cobalt. HEX triplet: 01, 4C and AF. RGB value is (1,76,175). Sum of RGB (Red+Green+Blue) = 1+76+175=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #014CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CAF is #FEB350. Grayscale: #404040. Windows color (decimal): -16692049 or 11488257. OLE color: 11488257.
HSL color Cylindrical-coordinate representation of color #014CAF: hue angle of 214.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CAF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 76 | 175 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.31 |
| HSL | 214.14º | 0.99% | 0.35% | - |
| HSV(B) | 214.14º | 0.99% | 0.69% | - |
| XYZ | 10.33 | 8.27 | 41.61 | - |
| YUV | 64.86 | 190.15 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 175 | 0.99 | 0.57 | 0 | 0.31 | 214.14 | 0.99 | 0.35 |
| Hex | 1 | 4C | AF | 63 | 39 | 0 | 1F | D6 | 63 | 23 |
| Octal | 1 | 114 | 257 | 143 | 71 | 0 | 37 | 326 | 143 | 43 |
| Binary | 1 | 1001100 | 10101111 | 1100011 | 111001 | 0 | 11111 | 11010110 | 1100011 | 100011 |
Color Harmonies of #014CAF
Complementary color
Monochromatic Colors of #014CAF
Black with #014CAF
Text Example
Text Example
White with #014CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CAF; }
p { color: rgb(1,76,175); }
H1.HeaderClassName
{
color: #014CAF;
}
.AnyTagClassName
{
color: #014CAF;
}
</style>
background-color css
<style>
a { background-color: #014CAF; }
a { background-color: rgb(1,76,175); }
div.DivClassName
{
background-color: #014CAF;
}
.BgClassName
{
background-color: #014CAF;
}
</style>
border-color css
<style>
span { border-color: #014CAF; }
span { border-color: rgb(1,76,175); }
td.TdClassName
{
border-color: #014CAF;
}
.TagClassName
{
border-color: #014CAF;
}
</style>