Shades of Navy Blue #054CEE
Tints of Navy Blue #054CEE
RGB
CMYK
RGB Variations
Color information
#054CEE (or 0x054CEE) is known color: Navy Blue. HEX triplet: 05, 4C and EE. RGB value is (5,76,238). Sum of RGB (Red+Green+Blue) = 5+76+238=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #054CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CEE is #FAB311. Grayscale: #484848. Windows color (decimal): -16429842 or 15617029. OLE color: 15617029.
HSL color Cylindrical-coordinate representation of color #054CEE: hue angle of 221.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CEE is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 76 | 238 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.07 |
| HSL | 221.72º | 0.96% | 0.48% | - |
| HSV(B) | 221.72º | 0.98% | 0.93% | - |
| XYZ | 18.08 | 11.37 | 82.13 | - |
| YUV | 73.24 | 220.98 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 238 | 0.98 | 0.68 | 0 | 0.07 | 221.72 | 0.96 | 0.48 |
| Hex | 5 | 4C | EE | 62 | 44 | 0 | 7 | DE | 60 | 30 |
| Octal | 5 | 114 | 356 | 142 | 104 | 0 | 7 | 336 | 140 | 60 |
| Binary | 101 | 1001100 | 11101110 | 1100010 | 1000100 | 0 | 111 | 11011110 | 1100000 | 110000 |
Color Harmonies of #054CEE
Complementary color
Monochromatic Colors of #054CEE
Black with #054CEE
Text Example
Text Example
White with #054CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CEE; }
p { color: rgb(5,76,238); }
H1.HeaderClassName
{
color: #054CEE;
}
.AnyTagClassName
{
color: #054CEE;
}
</style>
background-color css
<style>
a { background-color: #054CEE; }
a { background-color: rgb(5,76,238); }
div.DivClassName
{
background-color: #054CEE;
}
.BgClassName
{
background-color: #054CEE;
}
</style>
border-color css
<style>
span { border-color: #054CEE; }
span { border-color: rgb(5,76,238); }
td.TdClassName
{
border-color: #054CEE;
}
.TagClassName
{
border-color: #054CEE;
}
</style>