Shades of Cobalt #004DA7
Tints of Cobalt #004DA7
RGB
CMYK
RGB Variations
Color information
#004DA7 (or 0x004DA7) is known color: Cobalt. HEX triplet: 00, 4D and A7. RGB value is (0,77,167). Sum of RGB (Red+Green+Blue) = 0+77+167=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 167 (65.62% from 255 or 68.44% from 244); Max value from RGB is 167 - color contains mainly: blue. Hex color #004DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DA7 is #FFB258. Grayscale: #3F3F3F. Windows color (decimal): -16757337 or 10964224. OLE color: 10964224.
HSL color Cylindrical-coordinate representation of color #004DA7: hue angle of 212.34º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DA7 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 77 | 167 | - |
| CMYK | 1 | 0.54 | 0 | 0.35 |
| HSL | 212.34º | 1% | 0.33% | - |
| HSV(B) | 212.34º | 1% | 0.65% | - |
| XYZ | 9.63 | 8.1 | 37.61 | - |
| YUV | 64.24 | 185.99 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 167 | 1 | 0.54 | 0 | 0.35 | 212.34 | 1 | 0.33 |
| Hex | 0 | 4D | A7 | 64 | 36 | 0 | 23 | D4 | 64 | 21 |
| Octal | 0 | 115 | 247 | 144 | 66 | 0 | 43 | 324 | 144 | 41 |
| Binary | 0 | 1001101 | 10100111 | 1100100 | 110110 | 0 | 100011 | 11010100 | 1100100 | 100001 |
Color Harmonies of #004DA7
Complementary color
Monochromatic Colors of #004DA7
Black with #004DA7
Text Example
Text Example
White with #004DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DA7; }
p { color: rgb(0,77,167); }
H1.HeaderClassName
{
color: #004DA7;
}
.AnyTagClassName
{
color: #004DA7;
}
</style>
background-color css
<style>
a { background-color: #004DA7; }
a { background-color: rgb(0,77,167); }
div.DivClassName
{
background-color: #004DA7;
}
.BgClassName
{
background-color: #004DA7;
}
</style>
border-color css
<style>
span { border-color: #004DA7; }
span { border-color: rgb(0,77,167); }
td.TdClassName
{
border-color: #004DA7;
}
.TagClassName
{
border-color: #004DA7;
}
</style>