Shades of Navy Blue #054CE4
Tints of Navy Blue #054CE4
RGB
CMYK
RGB Variations
Color information
#054CE4 (or 0x054CE4) is known color: Navy Blue. HEX triplet: 05, 4C and E4. RGB value is (5,76,228). Sum of RGB (Red+Green+Blue) = 5+76+228=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 228 (89.45% from 255 or 73.79% from 309); Max value from RGB is 228 - color contains mainly: blue. Hex color #054CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CE4 is #FAB31B. Grayscale: #474747. Windows color (decimal): -16429852 or 14961669. OLE color: 14961669.
HSL color Cylindrical-coordinate representation of color #054CE4: hue angle of 220.9º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CE4 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 76 | 228 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.11 |
| HSL | 220.9º | 0.96% | 0.46% | - |
| HSV(B) | 220.9º | 0.98% | 0.89% | - |
| XYZ | 16.65 | 10.8 | 74.61 | - |
| YUV | 72.1 | 215.98 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 228 | 0.98 | 0.67 | 0 | 0.11 | 220.9 | 0.96 | 0.46 |
| Hex | 5 | 4C | E4 | 62 | 43 | 0 | B | DD | 60 | 2E |
| Octal | 5 | 114 | 344 | 142 | 103 | 0 | 13 | 335 | 140 | 56 |
| Binary | 101 | 1001100 | 11100100 | 1100010 | 1000011 | 0 | 1011 | 11011101 | 1100000 | 101110 |
Color Harmonies of #054CE4
Complementary color
Monochromatic Colors of #054CE4
Black with #054CE4
Text Example
Text Example
White with #054CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CE4; }
p { color: rgb(5,76,228); }
H1.HeaderClassName
{
color: #054CE4;
}
.AnyTagClassName
{
color: #054CE4;
}
</style>
background-color css
<style>
a { background-color: #054CE4; }
a { background-color: rgb(5,76,228); }
div.DivClassName
{
background-color: #054CE4;
}
.BgClassName
{
background-color: #054CE4;
}
</style>
border-color css
<style>
span { border-color: #054CE4; }
span { border-color: rgb(5,76,228); }
td.TdClassName
{
border-color: #054CE4;
}
.TagClassName
{
border-color: #054CE4;
}
</style>