Shades of Navy Blue #004EC6
Tints of Navy Blue #004EC6
RGB
CMYK
RGB Variations
Color information
#004EC6 (or 0x004EC6) is known color: Navy Blue. HEX triplet: 00, 4E and C6. RGB value is (0,78,198). Sum of RGB (Red+Green+Blue) = 0+78+198=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #004EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC6 is #FFB139. Grayscale: #434343. Windows color (decimal): -16757050 or 12996096. OLE color: 12996096.
HSL color Cylindrical-coordinate representation of color #004EC6: hue angle of 216.36º 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 #004EC6 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 78 | 198 | - |
| CMYK | 1 | 0.61 | 0 | 0.22 |
| HSL | 216.36º | 1% | 0.39% | - |
| HSV(B) | 216.36º | 1% | 0.78% | - |
| XYZ | 12.92 | 9.53 | 54.58 | - |
| YUV | 68.36 | 201.16 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 198 | 1 | 0.61 | 0 | 0.22 | 216.36 | 1 | 0.39 |
| Hex | 0 | 4E | C6 | 64 | 3D | 0 | 16 | D8 | 64 | 27 |
| Octal | 0 | 116 | 306 | 144 | 75 | 0 | 26 | 330 | 144 | 47 |
| Binary | 0 | 1001110 | 11000110 | 1100100 | 111101 | 0 | 10110 | 11011000 | 1100100 | 100111 |
Color Harmonies of #004EC6
Complementary color
Monochromatic Colors of #004EC6
Black with #004EC6
Text Example
Text Example
White with #004EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004EC6; }
p { color: rgb(0,78,198); }
H1.HeaderClassName
{
color: #004EC6;
}
.AnyTagClassName
{
color: #004EC6;
}
</style>
background-color css
<style>
a { background-color: #004EC6; }
a { background-color: rgb(0,78,198); }
div.DivClassName
{
background-color: #004EC6;
}
.BgClassName
{
background-color: #004EC6;
}
</style>
border-color css
<style>
span { border-color: #004EC6; }
span { border-color: rgb(0,78,198); }
td.TdClassName
{
border-color: #004EC6;
}
.TagClassName
{
border-color: #004EC6;
}
</style>