Shades of Cobalt #014DAF
Tints of Cobalt #014DAF
RGB
CMYK
RGB Variations
Color information
#014DAF (or 0x014DAF) is known color: Cobalt. HEX triplet: 01, 4D and AF. RGB value is (1,77,175). Sum of RGB (Red+Green+Blue) = 1+77+175=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #014DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DAF is #FEB250. Grayscale: #404040. Windows color (decimal): -16691793 or 11488513. OLE color: 11488513.
HSL color Cylindrical-coordinate representation of color #014DAF: hue angle of 213.79º 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 #014DAF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 77 | 175 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.31 |
| HSL | 213.79º | 0.99% | 0.35% | - |
| HSV(B) | 213.79º | 0.99% | 0.69% | - |
| XYZ | 10.4 | 8.41 | 41.63 | - |
| YUV | 65.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 175 | 0.99 | 0.56 | 0 | 0.31 | 213.79 | 0.99 | 0.35 |
| Hex | 1 | 4D | AF | 63 | 38 | 0 | 1F | D6 | 63 | 23 |
| Octal | 1 | 115 | 257 | 143 | 70 | 0 | 37 | 326 | 143 | 43 |
| Binary | 1 | 1001101 | 10101111 | 1100011 | 111000 | 0 | 11111 | 11010110 | 1100011 | 100011 |
Color Harmonies of #014DAF
Complementary color
Monochromatic Colors of #014DAF
Black with #014DAF
Text Example
Text Example
White with #014DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DAF; }
p { color: rgb(1,77,175); }
H1.HeaderClassName
{
color: #014DAF;
}
.AnyTagClassName
{
color: #014DAF;
}
</style>
background-color css
<style>
a { background-color: #014DAF; }
a { background-color: rgb(1,77,175); }
div.DivClassName
{
background-color: #014DAF;
}
.BgClassName
{
background-color: #014DAF;
}
</style>
border-color css
<style>
span { border-color: #014DAF; }
span { border-color: rgb(1,77,175); }
td.TdClassName
{
border-color: #014DAF;
}
.TagClassName
{
border-color: #014DAF;
}
</style>