Shades of Navy Blue #054DFC
Tints of Navy Blue #054DFC
RGB
CMYK
RGB Variations
Color information
#054DFC (or 0x054DFC) is known color: Navy Blue. HEX triplet: 05, 4D and FC. RGB value is (5,77,252). Sum of RGB (Red+Green+Blue) = 5+77+252=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #054DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DFC is #FAB203. Grayscale: #4A4A4A. Windows color (decimal): -16429572 or 16534789. OLE color: 16534789.
HSL color Cylindrical-coordinate representation of color #054DFC: hue angle of 222.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DFC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 77 | 252 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.01 |
| HSL | 222.51º | 0.98% | 0.5% | - |
| HSV(B) | 222.51º | 0.98% | 0.99% | - |
| XYZ | 20.29 | 12.37 | 93.41 | - |
| YUV | 75.42 | 227.65 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 252 | 0.98 | 0.69 | 0 | 0.01 | 222.51 | 0.98 | 0.5 |
| Hex | 5 | 4D | FC | 62 | 45 | 0 | 1 | DF | 62 | 32 |
| Octal | 5 | 115 | 374 | 142 | 105 | 0 | 1 | 337 | 142 | 62 |
| Binary | 101 | 1001101 | 11111100 | 1100010 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #054DFC
Complementary color
Monochromatic Colors of #054DFC
Black with #054DFC
Text Example
Text Example
White with #054DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054DFC; }
p { color: rgb(5,77,252); }
H1.HeaderClassName
{
color: #054DFC;
}
.AnyTagClassName
{
color: #054DFC;
}
</style>
background-color css
<style>
a { background-color: #054DFC; }
a { background-color: rgb(5,77,252); }
div.DivClassName
{
background-color: #054DFC;
}
.BgClassName
{
background-color: #054DFC;
}
</style>
border-color css
<style>
span { border-color: #054DFC; }
span { border-color: rgb(5,77,252); }
td.TdClassName
{
border-color: #054DFC;
}
.TagClassName
{
border-color: #054DFC;
}
</style>