Shades of Navy Blue #054CE5
Tints of Navy Blue #054CE5
RGB
CMYK
RGB Variations
Color information
#054CE5 (or 0x054CE5) is known color: Navy Blue. HEX triplet: 05, 4C and E5. RGB value is (5,76,229). Sum of RGB (Red+Green+Blue) = 5+76+229=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 229 (89.84% from 255 or 73.87% from 310); Max value from RGB is 229 - color contains mainly: blue. Hex color #054CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CE5 is #FAB31A. Grayscale: #474747. Windows color (decimal): -16429851 or 15027205. OLE color: 15027205.
HSL color Cylindrical-coordinate representation of color #054CE5: hue angle of 220.98º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CE5 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 76 | 229 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.10 |
| HSL | 220.98º | 0.96% | 0.46% | - |
| HSV(B) | 220.98º | 0.98% | 0.9% | - |
| XYZ | 16.79 | 10.86 | 75.34 | - |
| YUV | 72.21 | 216.48 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 229 | 0.98 | 0.67 | 0 | 0.10 | 220.98 | 0.96 | 0.46 |
| Hex | 5 | 4C | E5 | 62 | 43 | 0 | A | DD | 60 | 2E |
| Octal | 5 | 114 | 345 | 142 | 103 | 0 | 12 | 335 | 140 | 56 |
| Binary | 101 | 1001100 | 11100101 | 1100010 | 1000011 | 0 | 1010 | 11011101 | 1100000 | 101110 |
Color Harmonies of #054CE5
Complementary color
Monochromatic Colors of #054CE5
Black with #054CE5
Text Example
Text Example
White with #054CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CE5; }
p { color: rgb(5,76,229); }
H1.HeaderClassName
{
color: #054CE5;
}
.AnyTagClassName
{
color: #054CE5;
}
</style>
background-color css
<style>
a { background-color: #054CE5; }
a { background-color: rgb(5,76,229); }
div.DivClassName
{
background-color: #054CE5;
}
.BgClassName
{
background-color: #054CE5;
}
</style>
border-color css
<style>
span { border-color: #054CE5; }
span { border-color: rgb(5,76,229); }
td.TdClassName
{
border-color: #054CE5;
}
.TagClassName
{
border-color: #054CE5;
}
</style>