Shades of Cobalt #004DAA
Tints of Cobalt #004DAA
RGB
CMYK
RGB Variations
Color information
#004DAA (or 0x004DAA) is known color: Cobalt. HEX triplet: 00, 4D and AA. RGB value is (0,77,170). Sum of RGB (Red+Green+Blue) = 0+77+170=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #004DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DAA is #FFB255. Grayscale: #404040. Windows color (decimal): -16757334 or 11160832. OLE color: 11160832.
HSL color Cylindrical-coordinate representation of color #004DAA: hue angle of 212.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DAA is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 77 | 170 | - |
| CMYK | 1 | 0.55 | 0 | 0.33 |
| HSL | 212.82º | 1% | 0.33% | - |
| HSV(B) | 212.82º | 1% | 0.67% | - |
| XYZ | 9.91 | 8.21 | 39.09 | - |
| YUV | 64.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 170 | 1 | 0.55 | 0 | 0.33 | 212.82 | 1 | 0.33 |
| Hex | 0 | 4D | AA | 64 | 37 | 0 | 21 | D5 | 64 | 21 |
| Octal | 0 | 115 | 252 | 144 | 67 | 0 | 41 | 325 | 144 | 41 |
| Binary | 0 | 1001101 | 10101010 | 1100100 | 110111 | 0 | 100001 | 11010101 | 1100100 | 100001 |
Color Harmonies of #004DAA
Complementary color
Monochromatic Colors of #004DAA
Black with #004DAA
Text Example
Text Example
White with #004DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004DAA; }
p { color: rgb(0,77,170); }
H1.HeaderClassName
{
color: #004DAA;
}
.AnyTagClassName
{
color: #004DAA;
}
</style>
background-color css
<style>
a { background-color: #004DAA; }
a { background-color: rgb(0,77,170); }
div.DivClassName
{
background-color: #004DAA;
}
.BgClassName
{
background-color: #004DAA;
}
</style>
border-color css
<style>
span { border-color: #004DAA; }
span { border-color: rgb(0,77,170); }
td.TdClassName
{
border-color: #004DAA;
}
.TagClassName
{
border-color: #004DAA;
}
</style>