Shades of Navy Blue #054FE3
Tints of Navy Blue #054FE3
RGB
CMYK
RGB Variations
Color information
#054FE3 (or 0x054FE3) is known color: Navy Blue. HEX triplet: 05, 4F and E3. RGB value is (5,79,227). Sum of RGB (Red+Green+Blue) = 5+79+227=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 227 (89.06% from 255 or 72.99% from 311); Max value from RGB is 227 - color contains mainly: blue. Hex color #054FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FE3 is #FAB01C. Grayscale: #494949. Windows color (decimal): -16429085 or 14896901. OLE color: 14896901.
HSL color Cylindrical-coordinate representation of color #054FE3: hue angle of 220º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FE3 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 79 | 227 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.11 |
| HSL | 220º | 0.96% | 0.45% | - |
| HSV(B) | 220º | 0.98% | 0.89% | - |
| XYZ | 16.72 | 11.17 | 73.95 | - |
| YUV | 73.75 | 214.48 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 227 | 0.98 | 0.65 | 0 | 0.11 | 220 | 0.96 | 0.45 |
| Hex | 5 | 4F | E3 | 62 | 41 | 0 | B | DC | 60 | 2D |
| Octal | 5 | 117 | 343 | 142 | 101 | 0 | 13 | 334 | 140 | 55 |
| Binary | 101 | 1001111 | 11100011 | 1100010 | 1000001 | 0 | 1011 | 11011100 | 1100000 | 101101 |
Color Harmonies of #054FE3
Complementary color
Monochromatic Colors of #054FE3
Black with #054FE3
Text Example
Text Example
White with #054FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FE3; }
p { color: rgb(5,79,227); }
H1.HeaderClassName
{
color: #054FE3;
}
.AnyTagClassName
{
color: #054FE3;
}
</style>
background-color css
<style>
a { background-color: #054FE3; }
a { background-color: rgb(5,79,227); }
div.DivClassName
{
background-color: #054FE3;
}
.BgClassName
{
background-color: #054FE3;
}
</style>
border-color css
<style>
span { border-color: #054FE3; }
span { border-color: rgb(5,79,227); }
td.TdClassName
{
border-color: #054FE3;
}
.TagClassName
{
border-color: #054FE3;
}
</style>