Shades of Navy Blue #054BE5
Tints of Navy Blue #054BE5
RGB
CMYK
RGB Variations
Color information
#054BE5 (or 0x054BE5) is known color: Navy Blue. HEX triplet: 05, 4B and E5. RGB value is (5,75,229). Sum of RGB (Red+Green+Blue) = 5+75+229=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 229 (89.84% from 255 or 74.11% from 309); Max value from RGB is 229 - color contains mainly: blue. Hex color #054BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BE5 is #FAB41A. Grayscale: #464646. Windows color (decimal): -16430107 or 15026949. OLE color: 15026949.
HSL color Cylindrical-coordinate representation of color #054BE5: hue angle of 221.25º 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 #054BE5 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 75 | 229 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.10 |
| HSL | 221.25º | 0.96% | 0.46% | - |
| HSV(B) | 221.25º | 0.98% | 0.9% | - |
| XYZ | 16.72 | 10.72 | 75.32 | - |
| YUV | 71.63 | 216.81 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 229 | 0.98 | 0.67 | 0 | 0.10 | 221.25 | 0.96 | 0.46 |
| Hex | 5 | 4B | E5 | 62 | 43 | 0 | A | DD | 60 | 2E |
| Octal | 5 | 113 | 345 | 142 | 103 | 0 | 12 | 335 | 140 | 56 |
| Binary | 101 | 1001011 | 11100101 | 1100010 | 1000011 | 0 | 1010 | 11011101 | 1100000 | 101110 |
Color Harmonies of #054BE5
Complementary color
Monochromatic Colors of #054BE5
Black with #054BE5
Text Example
Text Example
White with #054BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BE5; }
p { color: rgb(5,75,229); }
H1.HeaderClassName
{
color: #054BE5;
}
.AnyTagClassName
{
color: #054BE5;
}
</style>
background-color css
<style>
a { background-color: #054BE5; }
a { background-color: rgb(5,75,229); }
div.DivClassName
{
background-color: #054BE5;
}
.BgClassName
{
background-color: #054BE5;
}
</style>
border-color css
<style>
span { border-color: #054BE5; }
span { border-color: rgb(5,75,229); }
td.TdClassName
{
border-color: #054BE5;
}
.TagClassName
{
border-color: #054BE5;
}
</style>