Shades of Cobalt #004CAD
Tints of Cobalt #004CAD
RGB
CMYK
RGB Variations
Color information
#004CAD (or 0x004CAD) is known color: Cobalt. HEX triplet: 00, 4C and AD. RGB value is (0,76,173). Sum of RGB (Red+Green+Blue) = 0+76+173=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #004CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CAD is #FFB352. Grayscale: #3F3F3F. Windows color (decimal): -16757587 or 11357184. OLE color: 11357184.
HSL color Cylindrical-coordinate representation of color #004CAD: hue angle of 213.64º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CAD is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 76 | 173 | - |
| CMYK | 1 | 0.56 | 0 | 0.32 |
| HSL | 213.64º | 1% | 0.34% | - |
| HSV(B) | 213.64º | 1% | 0.68% | - |
| XYZ | 10.13 | 8.19 | 40.58 | - |
| YUV | 64.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 173 | 1 | 0.56 | 0 | 0.32 | 213.64 | 1 | 0.34 |
| Hex | 0 | 4C | AD | 64 | 38 | 0 | 20 | D6 | 64 | 22 |
| Octal | 0 | 114 | 255 | 144 | 70 | 0 | 40 | 326 | 144 | 42 |
| Binary | 0 | 1001100 | 10101101 | 1100100 | 111000 | 0 | 100000 | 11010110 | 1100100 | 100010 |
Color Harmonies of #004CAD
Complementary color
Monochromatic Colors of #004CAD
Black with #004CAD
Text Example
Text Example
White with #004CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CAD; }
p { color: rgb(0,76,173); }
H1.HeaderClassName
{
color: #004CAD;
}
.AnyTagClassName
{
color: #004CAD;
}
</style>
background-color css
<style>
a { background-color: #004CAD; }
a { background-color: rgb(0,76,173); }
div.DivClassName
{
background-color: #004CAD;
}
.BgClassName
{
background-color: #004CAD;
}
</style>
border-color css
<style>
span { border-color: #004CAD; }
span { border-color: rgb(0,76,173); }
td.TdClassName
{
border-color: #004CAD;
}
.TagClassName
{
border-color: #004CAD;
}
</style>