Shades of Navy Blue #054EEF
Tints of Navy Blue #054EEF
RGB
CMYK
RGB Variations
Color information
#054EEF (or 0x054EEF) is known color: Navy Blue. HEX triplet: 05, 4E and EF. RGB value is (5,78,239). Sum of RGB (Red+Green+Blue) = 5+78+239=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #054EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EEF is #FAB110. Grayscale: #494949. Windows color (decimal): -16429329 or 15683077. OLE color: 15683077.
HSL color Cylindrical-coordinate representation of color #054EEF: hue angle of 221.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EEF is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 78 | 239 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.06 |
| HSL | 221.28º | 0.96% | 0.48% | - |
| HSV(B) | 221.28º | 0.98% | 0.94% | - |
| XYZ | 18.37 | 11.71 | 82.95 | - |
| YUV | 74.53 | 220.82 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 239 | 0.98 | 0.67 | 0 | 0.06 | 221.28 | 0.96 | 0.48 |
| Hex | 5 | 4E | EF | 62 | 43 | 0 | 6 | DD | 60 | 30 |
| Octal | 5 | 116 | 357 | 142 | 103 | 0 | 6 | 335 | 140 | 60 |
| Binary | 101 | 1001110 | 11101111 | 1100010 | 1000011 | 0 | 110 | 11011101 | 1100000 | 110000 |
Color Harmonies of #054EEF
Complementary color
Monochromatic Colors of #054EEF
Black with #054EEF
Text Example
Text Example
White with #054EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EEF; }
p { color: rgb(5,78,239); }
H1.HeaderClassName
{
color: #054EEF;
}
.AnyTagClassName
{
color: #054EEF;
}
</style>
background-color css
<style>
a { background-color: #054EEF; }
a { background-color: rgb(5,78,239); }
div.DivClassName
{
background-color: #054EEF;
}
.BgClassName
{
background-color: #054EEF;
}
</style>
border-color css
<style>
span { border-color: #054EEF; }
span { border-color: rgb(5,78,239); }
td.TdClassName
{
border-color: #054EEF;
}
.TagClassName
{
border-color: #054EEF;
}
</style>