Shades of Navy Blue #054FFA
Tints of Navy Blue #054FFA
RGB
CMYK
RGB Variations
Color information
#054FFA (or 0x054FFA) is known color: Navy Blue. HEX triplet: 05, 4F and FA. RGB value is (5,79,250). Sum of RGB (Red+Green+Blue) = 5+79+250=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #054FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054FFA is #FAB005. Grayscale: #4B4B4B. Windows color (decimal): -16429062 or 16404229. OLE color: 16404229.
HSL color Cylindrical-coordinate representation of color #054FFA: hue angle of 221.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FFA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 79 | 250 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.02 |
| HSL | 221.88º | 0.96% | 0.5% | - |
| HSV(B) | 221.88º | 0.98% | 0.98% | - |
| XYZ | 20.11 | 12.53 | 91.8 | - |
| YUV | 76.37 | 225.98 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 250 | 0.98 | 0.68 | 0 | 0.02 | 221.88 | 0.96 | 0.5 |
| Hex | 5 | 4F | FA | 62 | 44 | 0 | 2 | DE | 60 | 32 |
| Octal | 5 | 117 | 372 | 142 | 104 | 0 | 2 | 336 | 140 | 62 |
| Binary | 101 | 1001111 | 11111010 | 1100010 | 1000100 | 0 | 10 | 11011110 | 1100000 | 110010 |
Color Harmonies of #054FFA
Complementary color
Monochromatic Colors of #054FFA
Black with #054FFA
Text Example
Text Example
White with #054FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FFA; }
p { color: rgb(5,79,250); }
H1.HeaderClassName
{
color: #054FFA;
}
.AnyTagClassName
{
color: #054FFA;
}
</style>
background-color css
<style>
a { background-color: #054FFA; }
a { background-color: rgb(5,79,250); }
div.DivClassName
{
background-color: #054FFA;
}
.BgClassName
{
background-color: #054FFA;
}
</style>
border-color css
<style>
span { border-color: #054FFA; }
span { border-color: rgb(5,79,250); }
td.TdClassName
{
border-color: #054FFA;
}
.TagClassName
{
border-color: #054FFA;
}
</style>