Shades of Cobalt #004DAC
Tints of Cobalt #004DAC
RGB
CMYK
RGB Variations
Color information
#004DAC (or 0x004DAC) is known color: Cobalt. HEX triplet: 00, 4D and AC. RGB value is (0,77,172). Sum of RGB (Red+Green+Blue) = 0+77+172=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #004DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DAC is #FFB253. Grayscale: #404040. Windows color (decimal): -16757332 or 11291904. OLE color: 11291904.
HSL color Cylindrical-coordinate representation of color #004DAC: hue angle of 213.14º 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 #004DAC is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 77 | 172 | - |
| CMYK | 1 | 0.55 | 0 | 0.33 |
| HSL | 213.14º | 1% | 0.34% | - |
| HSV(B) | 213.14º | 1% | 0.67% | - |
| XYZ | 10.1 | 8.29 | 40.1 | - |
| YUV | 64.81 | 188.49 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 172 | 1 | 0.55 | 0 | 0.33 | 213.14 | 1 | 0.34 |
| Hex | 0 | 4D | AC | 64 | 37 | 0 | 21 | D5 | 64 | 22 |
| Octal | 0 | 115 | 254 | 144 | 67 | 0 | 41 | 325 | 144 | 42 |
| Binary | 0 | 1001101 | 10101100 | 1100100 | 110111 | 0 | 100001 | 11010101 | 1100100 | 100010 |
Color Harmonies of #004DAC
Complementary color
Monochromatic Colors of #004DAC
Black with #004DAC
Text Example
Text Example
White with #004DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DAC; }
p { color: rgb(0,77,172); }
H1.HeaderClassName
{
color: #004DAC;
}
.AnyTagClassName
{
color: #004DAC;
}
</style>
background-color css
<style>
a { background-color: #004DAC; }
a { background-color: rgb(0,77,172); }
div.DivClassName
{
background-color: #004DAC;
}
.BgClassName
{
background-color: #004DAC;
}
</style>
border-color css
<style>
span { border-color: #004DAC; }
span { border-color: rgb(0,77,172); }
td.TdClassName
{
border-color: #004DAC;
}
.TagClassName
{
border-color: #004DAC;
}
</style>