Shades of Cobalt #014DA4
Tints of Cobalt #014DA4
RGB
CMYK
RGB Variations
Color information
#014DA4 (or 0x014DA4) is known color: Cobalt. HEX triplet: 01, 4D and A4. RGB value is (1,77,164). Sum of RGB (Red+Green+Blue) = 1+77+164=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #014DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DA4 is #FEB25B. Grayscale: #3F3F3F. Windows color (decimal): -16691804 or 10767617. OLE color: 10767617.
HSL color Cylindrical-coordinate representation of color #014DA4: hue angle of 212.02º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DA4 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 77 | 164 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.36 |
| HSL | 212.02º | 0.99% | 0.32% | - |
| HSV(B) | 212.02º | 0.99% | 0.64% | - |
| XYZ | 9.37 | 7.99 | 36.17 | - |
| YUV | 64.19 | 184.32 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 164 | 0.99 | 0.53 | 0 | 0.36 | 212.02 | 0.99 | 0.32 |
| Hex | 1 | 4D | A4 | 63 | 35 | 0 | 24 | D4 | 63 | 20 |
| Octal | 1 | 115 | 244 | 143 | 65 | 0 | 44 | 324 | 143 | 40 |
| Binary | 1 | 1001101 | 10100100 | 1100011 | 110101 | 0 | 100100 | 11010100 | 1100011 | 100000 |
Color Harmonies of #014DA4
Complementary color
Monochromatic Colors of #014DA4
Black with #014DA4
Text Example
Text Example
White with #014DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DA4; }
p { color: rgb(1,77,164); }
H1.HeaderClassName
{
color: #014DA4;
}
.AnyTagClassName
{
color: #014DA4;
}
</style>
background-color css
<style>
a { background-color: #014DA4; }
a { background-color: rgb(1,77,164); }
div.DivClassName
{
background-color: #014DA4;
}
.BgClassName
{
background-color: #014DA4;
}
</style>
border-color css
<style>
span { border-color: #014DA4; }
span { border-color: rgb(1,77,164); }
td.TdClassName
{
border-color: #014DA4;
}
.TagClassName
{
border-color: #014DA4;
}
</style>