Shades of Navy Blue #054DF4
Tints of Navy Blue #054DF4
RGB
CMYK
RGB Variations
Color information
#054DF4 (or 0x054DF4) is known color: Navy Blue. HEX triplet: 05, 4D and F4. RGB value is (5,77,244). Sum of RGB (Red+Green+Blue) = 5+77+244=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 244 (95.70% from 255 or 74.85% from 326); Max value from RGB is 244 - color contains mainly: blue. Hex color #054DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DF4 is #FAB20B. Grayscale: #494949. Windows color (decimal): -16429580 or 16010501. OLE color: 16010501.
HSL color Cylindrical-coordinate representation of color #054DF4: hue angle of 221.92º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DF4 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 77 | 244 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.04 |
| HSL | 221.92º | 0.96% | 0.49% | - |
| HSV(B) | 221.92º | 0.98% | 0.96% | - |
| XYZ | 19.05 | 11.87 | 86.88 | - |
| YUV | 74.51 | 223.65 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 244 | 0.98 | 0.68 | 0 | 0.04 | 221.92 | 0.96 | 0.49 |
| Hex | 5 | 4D | F4 | 62 | 44 | 0 | 4 | DE | 60 | 31 |
| Octal | 5 | 115 | 364 | 142 | 104 | 0 | 4 | 336 | 140 | 61 |
| Binary | 101 | 1001101 | 11110100 | 1100010 | 1000100 | 0 | 100 | 11011110 | 1100000 | 110001 |
Color Harmonies of #054DF4
Complementary color
Monochromatic Colors of #054DF4
Black with #054DF4
Text Example
Text Example
White with #054DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DF4; }
p { color: rgb(5,77,244); }
H1.HeaderClassName
{
color: #054DF4;
}
.AnyTagClassName
{
color: #054DF4;
}
</style>
background-color css
<style>
a { background-color: #054DF4; }
a { background-color: rgb(5,77,244); }
div.DivClassName
{
background-color: #054DF4;
}
.BgClassName
{
background-color: #054DF4;
}
</style>
border-color css
<style>
span { border-color: #054DF4; }
span { border-color: rgb(5,77,244); }
td.TdClassName
{
border-color: #054DF4;
}
.TagClassName
{
border-color: #054DF4;
}
</style>