Shades of Navy Blue #054CEA
Tints of Navy Blue #054CEA
RGB
CMYK
RGB Variations
Color information
#054CEA (or 0x054CEA) is known color: Navy Blue. HEX triplet: 05, 4C and EA. RGB value is (5,76,234). Sum of RGB (Red+Green+Blue) = 5+76+234=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #054CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CEA is #FAB315. Grayscale: #484848. Windows color (decimal): -16429846 or 15354885. OLE color: 15354885.
HSL color Cylindrical-coordinate representation of color #054CEA: hue angle of 221.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CEA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 76 | 234 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.08 |
| HSL | 221.4º | 0.96% | 0.47% | - |
| HSV(B) | 221.4º | 0.98% | 0.92% | - |
| XYZ | 17.5 | 11.14 | 79.07 | - |
| YUV | 72.78 | 218.98 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 234 | 0.98 | 0.68 | 0 | 0.08 | 221.4 | 0.96 | 0.47 |
| Hex | 5 | 4C | EA | 62 | 44 | 0 | 8 | DD | 60 | 2F |
| Octal | 5 | 114 | 352 | 142 | 104 | 0 | 10 | 335 | 140 | 57 |
| Binary | 101 | 1001100 | 11101010 | 1100010 | 1000100 | 0 | 1000 | 11011101 | 1100000 | 101111 |
Color Harmonies of #054CEA
Complementary color
Monochromatic Colors of #054CEA
Black with #054CEA
Text Example
Text Example
White with #054CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CEA; }
p { color: rgb(5,76,234); }
H1.HeaderClassName
{
color: #054CEA;
}
.AnyTagClassName
{
color: #054CEA;
}
</style>
background-color css
<style>
a { background-color: #054CEA; }
a { background-color: rgb(5,76,234); }
div.DivClassName
{
background-color: #054CEA;
}
.BgClassName
{
background-color: #054CEA;
}
</style>
border-color css
<style>
span { border-color: #054CEA; }
span { border-color: rgb(5,76,234); }
td.TdClassName
{
border-color: #054CEA;
}
.TagClassName
{
border-color: #054CEA;
}
</style>