Shades of Navy Blue #054FE4
Tints of Navy Blue #054FE4
RGB
CMYK
RGB Variations
Color information
#054FE4 (or 0x054FE4) is known color: Navy Blue. HEX triplet: 05, 4F and E4. RGB value is (5,79,228). Sum of RGB (Red+Green+Blue) = 5+79+228=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 228 (89.45% from 255 or 73.08% from 312); Max value from RGB is 228 - color contains mainly: blue. Hex color #054FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FE4 is #FAB01B. Grayscale: #494949. Windows color (decimal): -16429084 or 14962437. OLE color: 14962437.
HSL color Cylindrical-coordinate representation of color #054FE4: hue angle of 220.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FE4 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 79 | 228 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.11 |
| HSL | 220.09º | 0.96% | 0.46% | - |
| HSV(B) | 220.09º | 0.98% | 0.89% | - |
| XYZ | 16.86 | 11.23 | 74.68 | - |
| YUV | 73.86 | 214.98 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 228 | 0.98 | 0.65 | 0 | 0.11 | 220.09 | 0.96 | 0.46 |
| Hex | 5 | 4F | E4 | 62 | 41 | 0 | B | DC | 60 | 2E |
| Octal | 5 | 117 | 344 | 142 | 101 | 0 | 13 | 334 | 140 | 56 |
| Binary | 101 | 1001111 | 11100100 | 1100010 | 1000001 | 0 | 1011 | 11011100 | 1100000 | 101110 |
Color Harmonies of #054FE4
Complementary color
Monochromatic Colors of #054FE4
Black with #054FE4
Text Example
Text Example
White with #054FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FE4; }
p { color: rgb(5,79,228); }
H1.HeaderClassName
{
color: #054FE4;
}
.AnyTagClassName
{
color: #054FE4;
}
</style>
background-color css
<style>
a { background-color: #054FE4; }
a { background-color: rgb(5,79,228); }
div.DivClassName
{
background-color: #054FE4;
}
.BgClassName
{
background-color: #054FE4;
}
</style>
border-color css
<style>
span { border-color: #054FE4; }
span { border-color: rgb(5,79,228); }
td.TdClassName
{
border-color: #054FE4;
}
.TagClassName
{
border-color: #054FE4;
}
</style>