Shades of Navy Blue #004EC8
Tints of Navy Blue #004EC8
RGB
CMYK
RGB Variations
Color information
#004EC8 (or 0x004EC8) is known color: Navy Blue. HEX triplet: 00, 4E and C8. RGB value is (0,78,200). Sum of RGB (Red+Green+Blue) = 0+78+200=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 200 (78.52% from 255 or 71.94% from 278); Max value from RGB is 200 - color contains mainly: blue. Hex color #004EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC8 is #FFB137. Grayscale: #444444. Windows color (decimal): -16757048 or 13127168. OLE color: 13127168.
HSL color Cylindrical-coordinate representation of color #004EC8: hue angle of 216.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EC8 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 78 | 200 | - |
| CMYK | 1 | 0.61 | 0 | 0.22 |
| HSL | 216.6º | 1% | 0.39% | - |
| HSV(B) | 216.6º | 1% | 0.78% | - |
| XYZ | 13.15 | 9.62 | 55.81 | - |
| YUV | 68.59 | 202.16 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 200 | 1 | 0.61 | 0 | 0.22 | 216.6 | 1 | 0.39 |
| Hex | 0 | 4E | C8 | 64 | 3D | 0 | 16 | D9 | 64 | 27 |
| Octal | 0 | 116 | 310 | 144 | 75 | 0 | 26 | 331 | 144 | 47 |
| Binary | 0 | 1001110 | 11001000 | 1100100 | 111101 | 0 | 10110 | 11011001 | 1100100 | 100111 |
Color Harmonies of #004EC8
Complementary color
Monochromatic Colors of #004EC8
Black with #004EC8
Text Example
Text Example
White with #004EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EC8; }
p { color: rgb(0,78,200); }
H1.HeaderClassName
{
color: #004EC8;
}
.AnyTagClassName
{
color: #004EC8;
}
</style>
background-color css
<style>
a { background-color: #004EC8; }
a { background-color: rgb(0,78,200); }
div.DivClassName
{
background-color: #004EC8;
}
.BgClassName
{
background-color: #004EC8;
}
</style>
border-color css
<style>
span { border-color: #004EC8; }
span { border-color: rgb(0,78,200); }
td.TdClassName
{
border-color: #004EC8;
}
.TagClassName
{
border-color: #004EC8;
}
</style>