Shades of Navy Blue #054CE6
Tints of Navy Blue #054CE6
RGB
CMYK
RGB Variations
Color information
#054CE6 (or 0x054CE6) is known color: Navy Blue. HEX triplet: 05, 4C and E6. RGB value is (5,76,230). Sum of RGB (Red+Green+Blue) = 5+76+230=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 230 (90.23% from 255 or 73.95% from 311); Max value from RGB is 230 - color contains mainly: blue. Hex color #054CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CE6 is #FAB319. Grayscale: #474747. Windows color (decimal): -16429850 or 15092741. OLE color: 15092741.
HSL color Cylindrical-coordinate representation of color #054CE6: hue angle of 221.07º 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 #054CE6 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 76 | 230 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.10 |
| HSL | 221.07º | 0.96% | 0.46% | - |
| HSV(B) | 221.07º | 0.98% | 0.9% | - |
| XYZ | 16.93 | 10.91 | 76.08 | - |
| YUV | 72.33 | 216.98 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 230 | 0.98 | 0.67 | 0 | 0.10 | 221.07 | 0.96 | 0.46 |
| Hex | 5 | 4C | E6 | 62 | 43 | 0 | A | DD | 60 | 2E |
| Octal | 5 | 114 | 346 | 142 | 103 | 0 | 12 | 335 | 140 | 56 |
| Binary | 101 | 1001100 | 11100110 | 1100010 | 1000011 | 0 | 1010 | 11011101 | 1100000 | 101110 |
Color Harmonies of #054CE6
Complementary color
Monochromatic Colors of #054CE6
Black with #054CE6
Text Example
Text Example
White with #054CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CE6; }
p { color: rgb(5,76,230); }
H1.HeaderClassName
{
color: #054CE6;
}
.AnyTagClassName
{
color: #054CE6;
}
</style>
background-color css
<style>
a { background-color: #054CE6; }
a { background-color: rgb(5,76,230); }
div.DivClassName
{
background-color: #054CE6;
}
.BgClassName
{
background-color: #054CE6;
}
</style>
border-color css
<style>
span { border-color: #054CE6; }
span { border-color: rgb(5,76,230); }
td.TdClassName
{
border-color: #054CE6;
}
.TagClassName
{
border-color: #054CE6;
}
</style>