Shades of Navy Blue #054FE8
Tints of Navy Blue #054FE8
RGB
CMYK
RGB Variations
Color information
#054FE8 (or 0x054FE8) is known color: Navy Blue. HEX triplet: 05, 4F and E8. RGB value is (5,79,232). Sum of RGB (Red+Green+Blue) = 5+79+232=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #054FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054FE8 is #FAB017. Grayscale: #494949. Windows color (decimal): -16429080 or 15224581. OLE color: 15224581.
HSL color Cylindrical-coordinate representation of color #054FE8: hue angle of 220.44º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FE8 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 79 | 232 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.09 |
| HSL | 220.44º | 0.96% | 0.46% | - |
| HSV(B) | 220.44º | 0.98% | 0.91% | - |
| XYZ | 17.42 | 11.45 | 77.64 | - |
| YUV | 74.32 | 216.98 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 232 | 0.98 | 0.66 | 0 | 0.09 | 220.44 | 0.96 | 0.46 |
| Hex | 5 | 4F | E8 | 62 | 42 | 0 | 9 | DC | 60 | 2E |
| Octal | 5 | 117 | 350 | 142 | 102 | 0 | 11 | 334 | 140 | 56 |
| Binary | 101 | 1001111 | 11101000 | 1100010 | 1000010 | 0 | 1001 | 11011100 | 1100000 | 101110 |
Color Harmonies of #054FE8
Complementary color
Monochromatic Colors of #054FE8
Black with #054FE8
Text Example
Text Example
White with #054FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FE8; }
p { color: rgb(5,79,232); }
H1.HeaderClassName
{
color: #054FE8;
}
.AnyTagClassName
{
color: #054FE8;
}
</style>
background-color css
<style>
a { background-color: #054FE8; }
a { background-color: rgb(5,79,232); }
div.DivClassName
{
background-color: #054FE8;
}
.BgClassName
{
background-color: #054FE8;
}
</style>
border-color css
<style>
span { border-color: #054FE8; }
span { border-color: rgb(5,79,232); }
td.TdClassName
{
border-color: #054FE8;
}
.TagClassName
{
border-color: #054FE8;
}
</style>