Shades of Navy Blue #054EEC
Tints of Navy Blue #054EEC
RGB
CMYK
RGB Variations
Color information
#054EEC (or 0x054EEC) is known color: Navy Blue. HEX triplet: 05, 4E and EC. RGB value is (5,78,236). Sum of RGB (Red+Green+Blue) = 5+78+236=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #054EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EEC is #FAB113. Grayscale: #494949. Windows color (decimal): -16429332 or 15486469. OLE color: 15486469.
HSL color Cylindrical-coordinate representation of color #054EEC: hue angle of 221.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EEC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 78 | 236 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.07 |
| HSL | 221.04º | 0.96% | 0.47% | - |
| HSV(B) | 221.04º | 0.98% | 0.93% | - |
| XYZ | 17.93 | 11.54 | 80.64 | - |
| YUV | 74.19 | 219.32 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 236 | 0.98 | 0.67 | 0 | 0.07 | 221.04 | 0.96 | 0.47 |
| Hex | 5 | 4E | EC | 62 | 43 | 0 | 7 | DD | 60 | 2F |
| Octal | 5 | 116 | 354 | 142 | 103 | 0 | 7 | 335 | 140 | 57 |
| Binary | 101 | 1001110 | 11101100 | 1100010 | 1000011 | 0 | 111 | 11011101 | 1100000 | 101111 |
Color Harmonies of #054EEC
Complementary color
Monochromatic Colors of #054EEC
Black with #054EEC
Text Example
Text Example
White with #054EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EEC; }
p { color: rgb(5,78,236); }
H1.HeaderClassName
{
color: #054EEC;
}
.AnyTagClassName
{
color: #054EEC;
}
</style>
background-color css
<style>
a { background-color: #054EEC; }
a { background-color: rgb(5,78,236); }
div.DivClassName
{
background-color: #054EEC;
}
.BgClassName
{
background-color: #054EEC;
}
</style>
border-color css
<style>
span { border-color: #054EEC; }
span { border-color: rgb(5,78,236); }
td.TdClassName
{
border-color: #054EEC;
}
.TagClassName
{
border-color: #054EEC;
}
</style>