Shades of Navy Blue #054ED4
Tints of Navy Blue #054ED4
RGB
CMYK
RGB Variations
Color information
#054ED4 (or 0x054ED4) is known color: Navy Blue. HEX triplet: 05, 4E and D4. RGB value is (5,78,212). Sum of RGB (Red+Green+Blue) = 5+78+212=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 212 (83.20% from 255 or 71.86% from 295); Max value from RGB is 212 - color contains mainly: blue. Hex color #054ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ED4 is #FAB12B. Grayscale: #464646. Windows color (decimal): -16429356 or 13913605. OLE color: 13913605.
HSL color Cylindrical-coordinate representation of color #054ED4: hue angle of 218.84º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054ED4 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 78 | 212 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.17 |
| HSL | 218.84º | 0.95% | 0.43% | - |
| HSV(B) | 218.84º | 0.98% | 0.83% | - |
| XYZ | 14.67 | 10.23 | 63.49 | - |
| YUV | 71.45 | 207.32 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 212 | 0.98 | 0.63 | 0 | 0.17 | 218.84 | 0.95 | 0.43 |
| Hex | 5 | 4E | D4 | 62 | 3F | 0 | 11 | DB | 5F | 2B |
| Octal | 5 | 116 | 324 | 142 | 77 | 0 | 21 | 333 | 137 | 53 |
| Binary | 101 | 1001110 | 11010100 | 1100010 | 111111 | 0 | 10001 | 11011011 | 1011111 | 101011 |
Color Harmonies of #054ED4
Complementary color
Monochromatic Colors of #054ED4
Black with #054ED4
Text Example
Text Example
White with #054ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054ED4; }
p { color: rgb(5,78,212); }
H1.HeaderClassName
{
color: #054ED4;
}
.AnyTagClassName
{
color: #054ED4;
}
</style>
background-color css
<style>
a { background-color: #054ED4; }
a { background-color: rgb(5,78,212); }
div.DivClassName
{
background-color: #054ED4;
}
.BgClassName
{
background-color: #054ED4;
}
</style>
border-color css
<style>
span { border-color: #054ED4; }
span { border-color: rgb(5,78,212); }
td.TdClassName
{
border-color: #054ED4;
}
.TagClassName
{
border-color: #054ED4;
}
</style>