Shades of Cobalt #014DA3
Tints of Cobalt #014DA3
RGB
CMYK
RGB Variations
Color information
#014DA3 (or 0x014DA3) is known color: Cobalt. HEX triplet: 01, 4D and A3. RGB value is (1,77,163). Sum of RGB (Red+Green+Blue) = 1+77+163=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 163 (64.06% from 255 or 67.63% from 241); Max value from RGB is 163 - color contains mainly: blue. Hex color #014DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DA3 is #FEB25C. Grayscale: #3F3F3F. Windows color (decimal): -16691805 or 10702081. OLE color: 10702081.
HSL color Cylindrical-coordinate representation of color #014DA3: hue angle of 211.85º 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 #014DA3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 77 | 163 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.36 |
| HSL | 211.85º | 0.99% | 0.32% | - |
| HSV(B) | 211.85º | 0.99% | 0.64% | - |
| XYZ | 9.28 | 7.96 | 35.7 | - |
| YUV | 64.08 | 183.82 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 163 | 0.99 | 0.53 | 0 | 0.36 | 211.85 | 0.99 | 0.32 |
| Hex | 1 | 4D | A3 | 63 | 35 | 0 | 24 | D4 | 63 | 20 |
| Octal | 1 | 115 | 243 | 143 | 65 | 0 | 44 | 324 | 143 | 40 |
| Binary | 1 | 1001101 | 10100011 | 1100011 | 110101 | 0 | 100100 | 11010100 | 1100011 | 100000 |
Color Harmonies of #014DA3
Complementary color
Monochromatic Colors of #014DA3
Black with #014DA3
Text Example
Text Example
White with #014DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DA3; }
p { color: rgb(1,77,163); }
H1.HeaderClassName
{
color: #014DA3;
}
.AnyTagClassName
{
color: #014DA3;
}
</style>
background-color css
<style>
a { background-color: #014DA3; }
a { background-color: rgb(1,77,163); }
div.DivClassName
{
background-color: #014DA3;
}
.BgClassName
{
background-color: #014DA3;
}
</style>
border-color css
<style>
span { border-color: #014DA3; }
span { border-color: rgb(1,77,163); }
td.TdClassName
{
border-color: #014DA3;
}
.TagClassName
{
border-color: #014DA3;
}
</style>