Shades of Cobalt #004DA9
Tints of Cobalt #004DA9
RGB
CMYK
RGB Variations
Color information
#004DA9 (or 0x004DA9) is known color: Cobalt. HEX triplet: 00, 4D and A9. RGB value is (0,77,169). Sum of RGB (Red+Green+Blue) = 0+77+169=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 169 (66.41% from 255 or 68.70% from 246); Max value from RGB is 169 - color contains mainly: blue. Hex color #004DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DA9 is #FFB256. Grayscale: #404040. Windows color (decimal): -16757335 or 11095296. OLE color: 11095296.
HSL color Cylindrical-coordinate representation of color #004DA9: hue angle of 212.66º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DA9 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 77 | 169 | - |
| CMYK | 1 | 0.54 | 0 | 0.34 |
| HSL | 212.66º | 1% | 0.33% | - |
| HSV(B) | 212.66º | 1% | 0.66% | - |
| XYZ | 9.82 | 8.17 | 38.6 | - |
| YUV | 64.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 169 | 1 | 0.54 | 0 | 0.34 | 212.66 | 1 | 0.33 |
| Hex | 0 | 4D | A9 | 64 | 36 | 0 | 22 | D5 | 64 | 21 |
| Octal | 0 | 115 | 251 | 144 | 66 | 0 | 42 | 325 | 144 | 41 |
| Binary | 0 | 1001101 | 10101001 | 1100100 | 110110 | 0 | 100010 | 11010101 | 1100100 | 100001 |
Color Harmonies of #004DA9
Complementary color
Monochromatic Colors of #004DA9
Black with #004DA9
Text Example
Text Example
White with #004DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DA9; }
p { color: rgb(0,77,169); }
H1.HeaderClassName
{
color: #004DA9;
}
.AnyTagClassName
{
color: #004DA9;
}
</style>
background-color css
<style>
a { background-color: #004DA9; }
a { background-color: rgb(0,77,169); }
div.DivClassName
{
background-color: #004DA9;
}
.BgClassName
{
background-color: #004DA9;
}
</style>
border-color css
<style>
span { border-color: #004DA9; }
span { border-color: rgb(0,77,169); }
td.TdClassName
{
border-color: #004DA9;
}
.TagClassName
{
border-color: #004DA9;
}
</style>