Shades of Cobalt #004EAA
Tints of Cobalt #004EAA
RGB
CMYK
RGB Variations
Color information
#004EAA (or 0x004EAA) is known color: Cobalt. HEX triplet: 00, 4E and AA. RGB value is (0,78,170). Sum of RGB (Red+Green+Blue) = 0+78+170=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #004EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004EAA is #FFB155. Grayscale: #404040. Windows color (decimal): -16757078 or 11161088. OLE color: 11161088.
HSL color Cylindrical-coordinate representation of color #004EAA: hue angle of 212.47º 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 #004EAA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 78 | 170 | - |
| CMYK | 1 | 0.54 | 0 | 0.33 |
| HSL | 212.47º | 1% | 0.33% | - |
| HSV(B) | 212.47º | 1% | 0.67% | - |
| XYZ | 9.98 | 8.35 | 39.12 | - |
| YUV | 65.17 | 187.16 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 170 | 1 | 0.54 | 0 | 0.33 | 212.47 | 1 | 0.33 |
| Hex | 0 | 4E | AA | 64 | 36 | 0 | 21 | D4 | 64 | 21 |
| Octal | 0 | 116 | 252 | 144 | 66 | 0 | 41 | 324 | 144 | 41 |
| Binary | 0 | 1001110 | 10101010 | 1100100 | 110110 | 0 | 100001 | 11010100 | 1100100 | 100001 |
Color Harmonies of #004EAA
Complementary color
Monochromatic Colors of #004EAA
Black with #004EAA
Text Example
Text Example
White with #004EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EAA; }
p { color: rgb(0,78,170); }
H1.HeaderClassName
{
color: #004EAA;
}
.AnyTagClassName
{
color: #004EAA;
}
</style>
background-color css
<style>
a { background-color: #004EAA; }
a { background-color: rgb(0,78,170); }
div.DivClassName
{
background-color: #004EAA;
}
.BgClassName
{
background-color: #004EAA;
}
</style>
border-color css
<style>
span { border-color: #004EAA; }
span { border-color: rgb(0,78,170); }
td.TdClassName
{
border-color: #004EAA;
}
.TagClassName
{
border-color: #004EAA;
}
</style>