Shades of Navy Blue #054EEE
Tints of Navy Blue #054EEE
RGB
CMYK
RGB Variations
Color information
#054EEE (or 0x054EEE) is known color: Navy Blue. HEX triplet: 05, 4E and EE. RGB value is (5,78,238). Sum of RGB (Red+Green+Blue) = 5+78+238=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #054EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EEE is #FAB111. Grayscale: #494949. Windows color (decimal): -16429330 or 15617541. OLE color: 15617541.
HSL color Cylindrical-coordinate representation of color #054EEE: hue angle of 221.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EEE is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 78 | 238 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.07 |
| HSL | 221.2º | 0.96% | 0.48% | - |
| HSV(B) | 221.2º | 0.98% | 0.93% | - |
| XYZ | 18.22 | 11.65 | 82.18 | - |
| YUV | 74.41 | 220.32 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 238 | 0.98 | 0.67 | 0 | 0.07 | 221.2 | 0.96 | 0.48 |
| Hex | 5 | 4E | EE | 62 | 43 | 0 | 7 | DD | 60 | 30 |
| Octal | 5 | 116 | 356 | 142 | 103 | 0 | 7 | 335 | 140 | 60 |
| Binary | 101 | 1001110 | 11101110 | 1100010 | 1000011 | 0 | 111 | 11011101 | 1100000 | 110000 |
Color Harmonies of #054EEE
Complementary color
Monochromatic Colors of #054EEE
Black with #054EEE
Text Example
Text Example
White with #054EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EEE; }
p { color: rgb(5,78,238); }
H1.HeaderClassName
{
color: #054EEE;
}
.AnyTagClassName
{
color: #054EEE;
}
</style>
background-color css
<style>
a { background-color: #054EEE; }
a { background-color: rgb(5,78,238); }
div.DivClassName
{
background-color: #054EEE;
}
.BgClassName
{
background-color: #054EEE;
}
</style>
border-color css
<style>
span { border-color: #054EEE; }
span { border-color: rgb(5,78,238); }
td.TdClassName
{
border-color: #054EEE;
}
.TagClassName
{
border-color: #054EEE;
}
</style>