Shades of Navy Blue #054AE0
Tints of Navy Blue #054AE0
RGB
CMYK
RGB Variations
Color information
#054AE0 (or 0x054AE0) is known color: Navy Blue. HEX triplet: 05, 4A and E0. RGB value is (5,74,224). Sum of RGB (Red+Green+Blue) = 5+74+224=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 224 (87.89% from 255 or 73.93% from 303); Max value from RGB is 224 - color contains mainly: blue. Hex color #054AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054AE0 is #FAB51F. Grayscale: #454545. Windows color (decimal): -16430368 or 14699013. OLE color: 14699013.
HSL color Cylindrical-coordinate representation of color #054AE0: hue angle of 221.1º 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 #054AE0 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 74 | 224 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.12 |
| HSL | 221.1º | 0.96% | 0.45% | - |
| HSV(B) | 221.1º | 0.98% | 0.88% | - |
| XYZ | 15.97 | 10.31 | 71.67 | - |
| YUV | 70.47 | 214.64 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 224 | 0.98 | 0.67 | 0 | 0.12 | 221.1 | 0.96 | 0.45 |
| Hex | 5 | 4A | E0 | 62 | 43 | 0 | C | DD | 60 | 2D |
| Octal | 5 | 112 | 340 | 142 | 103 | 0 | 14 | 335 | 140 | 55 |
| Binary | 101 | 1001010 | 11100000 | 1100010 | 1000011 | 0 | 1100 | 11011101 | 1100000 | 101101 |
Color Harmonies of #054AE0
Complementary color
Monochromatic Colors of #054AE0
Black with #054AE0
Text Example
Text Example
White with #054AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AE0; }
p { color: rgb(5,74,224); }
H1.HeaderClassName
{
color: #054AE0;
}
.AnyTagClassName
{
color: #054AE0;
}
</style>
background-color css
<style>
a { background-color: #054AE0; }
a { background-color: rgb(5,74,224); }
div.DivClassName
{
background-color: #054AE0;
}
.BgClassName
{
background-color: #054AE0;
}
</style>
border-color css
<style>
span { border-color: #054AE0; }
span { border-color: rgb(5,74,224); }
td.TdClassName
{
border-color: #054AE0;
}
.TagClassName
{
border-color: #054AE0;
}
</style>