Shades of Navy Blue #054EE2
Tints of Navy Blue #054EE2
RGB
CMYK
RGB Variations
Color information
#054EE2 (or 0x054EE2) is known color: Navy Blue. HEX triplet: 05, 4E and E2. RGB value is (5,78,226). Sum of RGB (Red+Green+Blue) = 5+78+226=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 226 (88.67% from 255 or 73.14% from 309); Max value from RGB is 226 - color contains mainly: blue. Hex color #054EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EE2 is #FAB11D. Grayscale: #484848. Windows color (decimal): -16429342 or 14831109. OLE color: 14831109.
HSL color Cylindrical-coordinate representation of color #054EE2: hue angle of 220.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EE2 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 78 | 226 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.11 |
| HSL | 220.18º | 0.96% | 0.45% | - |
| HSV(B) | 220.18º | 0.98% | 0.89% | - |
| XYZ | 16.51 | 10.97 | 73.2 | - |
| YUV | 73.05 | 214.32 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 226 | 0.98 | 0.65 | 0 | 0.11 | 220.18 | 0.96 | 0.45 |
| Hex | 5 | 4E | E2 | 62 | 41 | 0 | B | DC | 60 | 2D |
| Octal | 5 | 116 | 342 | 142 | 101 | 0 | 13 | 334 | 140 | 55 |
| Binary | 101 | 1001110 | 11100010 | 1100010 | 1000001 | 0 | 1011 | 11011100 | 1100000 | 101101 |
Color Harmonies of #054EE2
Complementary color
Monochromatic Colors of #054EE2
Black with #054EE2
Text Example
Text Example
White with #054EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EE2; }
p { color: rgb(5,78,226); }
H1.HeaderClassName
{
color: #054EE2;
}
.AnyTagClassName
{
color: #054EE2;
}
</style>
background-color css
<style>
a { background-color: #054EE2; }
a { background-color: rgb(5,78,226); }
div.DivClassName
{
background-color: #054EE2;
}
.BgClassName
{
background-color: #054EE2;
}
</style>
border-color css
<style>
span { border-color: #054EE2; }
span { border-color: rgb(5,78,226); }
td.TdClassName
{
border-color: #054EE2;
}
.TagClassName
{
border-color: #054EE2;
}
</style>