Shades of Navy Blue #054EE8
Tints of Navy Blue #054EE8
RGB
CMYK
RGB Variations
Color information
#054EE8 (or 0x054EE8) is known color: Navy Blue. HEX triplet: 05, 4E and E8. RGB value is (5,78,232). Sum of RGB (Red+Green+Blue) = 5+78+232=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #054EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EE8 is #FAB117. Grayscale: #494949. Windows color (decimal): -16429336 or 15224325. OLE color: 15224325.
HSL color Cylindrical-coordinate representation of color #054EE8: hue angle of 220.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EE8 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 78 | 232 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.09 |
| HSL | 220.7º | 0.96% | 0.46% | - |
| HSV(B) | 220.7º | 0.98% | 0.91% | - |
| XYZ | 17.35 | 11.31 | 77.61 | - |
| YUV | 73.73 | 217.32 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 232 | 0.98 | 0.66 | 0 | 0.09 | 220.7 | 0.96 | 0.46 |
| Hex | 5 | 4E | E8 | 62 | 42 | 0 | 9 | DD | 60 | 2E |
| Octal | 5 | 116 | 350 | 142 | 102 | 0 | 11 | 335 | 140 | 56 |
| Binary | 101 | 1001110 | 11101000 | 1100010 | 1000010 | 0 | 1001 | 11011101 | 1100000 | 101110 |
Color Harmonies of #054EE8
Complementary color
Monochromatic Colors of #054EE8
Black with #054EE8
Text Example
Text Example
White with #054EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EE8; }
p { color: rgb(5,78,232); }
H1.HeaderClassName
{
color: #054EE8;
}
.AnyTagClassName
{
color: #054EE8;
}
</style>
background-color css
<style>
a { background-color: #054EE8; }
a { background-color: rgb(5,78,232); }
div.DivClassName
{
background-color: #054EE8;
}
.BgClassName
{
background-color: #054EE8;
}
</style>
border-color css
<style>
span { border-color: #054EE8; }
span { border-color: rgb(5,78,232); }
td.TdClassName
{
border-color: #054EE8;
}
.TagClassName
{
border-color: #054EE8;
}
</style>