Shades of Navy Blue #054FFF
Tints of Navy Blue #054FFF
RGB
CMYK
RGB Variations
Color information
#054FFF (or 0x054FFF) is known color: Navy Blue. HEX triplet: 05, 4F and FF. RGB value is (5,79,255). Sum of RGB (Red+Green+Blue) = 5+79+255=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #054FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054FFF is #FAB000. Grayscale: #4C4C4C. Windows color (decimal): -16429057 or 16731909. OLE color: 16731909.
HSL color Cylindrical-coordinate representation of color #054FFF: hue angle of 222.24º 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 #054FFF is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 79 | 255 | - |
| CMYK | 0.98 | 0.69 | 0 | 0 |
| HSL | 222.24º | 1% | 0.51% | - |
| HSV(B) | 222.24º | 0.98% | 1% | - |
| XYZ | 20.91 | 12.84 | 95.98 | - |
| YUV | 76.94 | 228.48 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 255 | 0.98 | 0.69 | 0 | 0 | 222.24 | 1 | 0.51 |
| Hex | 5 | 4F | FF | 62 | 45 | 0 | 0 | DE | 64 | 33 |
| Octal | 5 | 117 | 377 | 142 | 105 | 0 | 0 | 336 | 144 | 63 |
| Binary | 101 | 1001111 | 11111111 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #054FFF
Complementary color
Monochromatic Colors of #054FFF
Black with #054FFF
Text Example
Text Example
White with #054FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FFF; }
p { color: rgb(5,79,255); }
H1.HeaderClassName
{
color: #054FFF;
}
.AnyTagClassName
{
color: #054FFF;
}
</style>
background-color css
<style>
a { background-color: #054FFF; }
a { background-color: rgb(5,79,255); }
div.DivClassName
{
background-color: #054FFF;
}
.BgClassName
{
background-color: #054FFF;
}
</style>
border-color css
<style>
span { border-color: #054FFF; }
span { border-color: rgb(5,79,255); }
td.TdClassName
{
border-color: #054FFF;
}
.TagClassName
{
border-color: #054FFF;
}
</style>