Shades of Cobalt #004CAB
Tints of Cobalt #004CAB
RGB
CMYK
RGB Variations
Color information
#004CAB (or 0x004CAB) is known color: Cobalt. HEX triplet: 00, 4C and AB. RGB value is (0,76,171). Sum of RGB (Red+Green+Blue) = 0+76+171=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #004CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CAB is #FFB354. Grayscale: #3F3F3F. Windows color (decimal): -16757589 or 11226112. OLE color: 11226112.
HSL color Cylindrical-coordinate representation of color #004CAB: hue angle of 213.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CAB is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 76 | 171 | - |
| CMYK | 1 | 0.56 | 0 | 0.33 |
| HSL | 213.33º | 1% | 0.34% | - |
| HSV(B) | 213.33º | 1% | 0.67% | - |
| XYZ | 9.94 | 8.11 | 39.57 | - |
| YUV | 64.11 | 188.32 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 171 | 1 | 0.56 | 0 | 0.33 | 213.33 | 1 | 0.34 |
| Hex | 0 | 4C | AB | 64 | 38 | 0 | 21 | D5 | 64 | 22 |
| Octal | 0 | 114 | 253 | 144 | 70 | 0 | 41 | 325 | 144 | 42 |
| Binary | 0 | 1001100 | 10101011 | 1100100 | 111000 | 0 | 100001 | 11010101 | 1100100 | 100010 |
Color Harmonies of #004CAB
Complementary color
Monochromatic Colors of #004CAB
Black with #004CAB
Text Example
Text Example
White with #004CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CAB; }
p { color: rgb(0,76,171); }
H1.HeaderClassName
{
color: #004CAB;
}
.AnyTagClassName
{
color: #004CAB;
}
</style>
background-color css
<style>
a { background-color: #004CAB; }
a { background-color: rgb(0,76,171); }
div.DivClassName
{
background-color: #004CAB;
}
.BgClassName
{
background-color: #004CAB;
}
</style>
border-color css
<style>
span { border-color: #004CAB; }
span { border-color: rgb(0,76,171); }
td.TdClassName
{
border-color: #004CAB;
}
.TagClassName
{
border-color: #004CAB;
}
</style>