Shades of Navy Blue #054FE0
Tints of Navy Blue #054FE0
RGB
CMYK
RGB Variations
Color information
#054FE0 (or 0x054FE0) is known color: Navy Blue. HEX triplet: 05, 4F and E0. RGB value is (5,79,224). Sum of RGB (Red+Green+Blue) = 5+79+224=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #054FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FE0 is #FAB01F. Grayscale: #484848. Windows color (decimal): -16429088 or 14700293. OLE color: 14700293.
HSL color Cylindrical-coordinate representation of color #054FE0: hue angle of 219.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FE0 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 79 | 224 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.12 |
| HSL | 219.73º | 0.96% | 0.45% | - |
| HSV(B) | 219.73º | 0.98% | 0.88% | - |
| XYZ | 16.31 | 11.01 | 71.79 | - |
| YUV | 73.4 | 212.98 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 224 | 0.98 | 0.65 | 0 | 0.12 | 219.73 | 0.96 | 0.45 |
| Hex | 5 | 4F | E0 | 62 | 41 | 0 | C | DC | 60 | 2D |
| Octal | 5 | 117 | 340 | 142 | 101 | 0 | 14 | 334 | 140 | 55 |
| Binary | 101 | 1001111 | 11100000 | 1100010 | 1000001 | 0 | 1100 | 11011100 | 1100000 | 101101 |
Color Harmonies of #054FE0
Complementary color
Monochromatic Colors of #054FE0
Black with #054FE0
Text Example
Text Example
White with #054FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FE0; }
p { color: rgb(5,79,224); }
H1.HeaderClassName
{
color: #054FE0;
}
.AnyTagClassName
{
color: #054FE0;
}
</style>
background-color css
<style>
a { background-color: #054FE0; }
a { background-color: rgb(5,79,224); }
div.DivClassName
{
background-color: #054FE0;
}
.BgClassName
{
background-color: #054FE0;
}
</style>
border-color css
<style>
span { border-color: #054FE0; }
span { border-color: rgb(5,79,224); }
td.TdClassName
{
border-color: #054FE0;
}
.TagClassName
{
border-color: #054FE0;
}
</style>