Shades of Cobalt #004CA7
Tints of Cobalt #004CA7
RGB
CMYK
RGB Variations
Color information
#004CA7 (or 0x004CA7) is known color: Cobalt. HEX triplet: 00, 4C and A7. RGB value is (0,76,167). Sum of RGB (Red+Green+Blue) = 0+76+167=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #004CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CA7 is #FFB358. Grayscale: #3F3F3F. Windows color (decimal): -16757593 or 10963968. OLE color: 10963968.
HSL color Cylindrical-coordinate representation of color #004CA7: hue angle of 212.69º 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 #004CA7 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 76 | 167 | - |
| CMYK | 1 | 0.54 | 0 | 0.35 |
| HSL | 212.69º | 1% | 0.33% | - |
| HSV(B) | 212.69º | 1% | 0.65% | - |
| XYZ | 9.56 | 7.96 | 37.59 | - |
| YUV | 63.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 167 | 1 | 0.54 | 0 | 0.35 | 212.69 | 1 | 0.33 |
| Hex | 0 | 4C | A7 | 64 | 36 | 0 | 23 | D5 | 64 | 21 |
| Octal | 0 | 114 | 247 | 144 | 66 | 0 | 43 | 325 | 144 | 41 |
| Binary | 0 | 1001100 | 10100111 | 1100100 | 110110 | 0 | 100011 | 11010101 | 1100100 | 100001 |
Color Harmonies of #004CA7
Complementary color
Monochromatic Colors of #004CA7
Black with #004CA7
Text Example
Text Example
White with #004CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CA7; }
p { color: rgb(0,76,167); }
H1.HeaderClassName
{
color: #004CA7;
}
.AnyTagClassName
{
color: #004CA7;
}
</style>
background-color css
<style>
a { background-color: #004CA7; }
a { background-color: rgb(0,76,167); }
div.DivClassName
{
background-color: #004CA7;
}
.BgClassName
{
background-color: #004CA7;
}
</style>
border-color css
<style>
span { border-color: #004CA7; }
span { border-color: rgb(0,76,167); }
td.TdClassName
{
border-color: #004CA7;
}
.TagClassName
{
border-color: #004CA7;
}
</style>