Shades of Navy Blue #054EFF
Tints of Navy Blue #054EFF
RGB
CMYK
RGB Variations
Color information
#054EFF (or 0x054EFF) is known color: Navy Blue. HEX triplet: 05, 4E and FF. RGB value is (5,78,255). Sum of RGB (Red+Green+Blue) = 5+78+255=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #054EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054EFF is #FAB100. Grayscale: #4B4B4B. Windows color (decimal): -16429313 or 16731653. OLE color: 16731653.
HSL color Cylindrical-coordinate representation of color #054EFF: hue angle of 222.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EFF is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 78 | 255 | - |
| CMYK | 0.98 | 0.69 | 0 | 0 |
| HSL | 222.48º | 1% | 0.51% | - |
| HSV(B) | 222.48º | 0.98% | 1% | - |
| XYZ | 20.84 | 12.7 | 95.96 | - |
| YUV | 76.35 | 228.82 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 255 | 0.98 | 0.69 | 0 | 0 | 222.48 | 1 | 0.51 |
| Hex | 5 | 4E | FF | 62 | 45 | 0 | 0 | DE | 64 | 33 |
| Octal | 5 | 116 | 377 | 142 | 105 | 0 | 0 | 336 | 144 | 63 |
| Binary | 101 | 1001110 | 11111111 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #054EFF
Complementary color
Monochromatic Colors of #054EFF
Black with #054EFF
Text Example
Text Example
White with #054EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EFF; }
p { color: rgb(5,78,255); }
H1.HeaderClassName
{
color: #054EFF;
}
.AnyTagClassName
{
color: #054EFF;
}
</style>
background-color css
<style>
a { background-color: #054EFF; }
a { background-color: rgb(5,78,255); }
div.DivClassName
{
background-color: #054EFF;
}
.BgClassName
{
background-color: #054EFF;
}
</style>
border-color css
<style>
span { border-color: #054EFF; }
span { border-color: rgb(5,78,255); }
td.TdClassName
{
border-color: #054EFF;
}
.TagClassName
{
border-color: #054EFF;
}
</style>