Shades of Navy Blue #054CE1
Tints of Navy Blue #054CE1
RGB
CMYK
RGB Variations
Color information
#054CE1 (or 0x054CE1) is known color: Navy Blue. HEX triplet: 05, 4C and E1. RGB value is (5,76,225). Sum of RGB (Red+Green+Blue) = 5+76+225=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #054CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CE1 is #FAB31E. Grayscale: #474747. Windows color (decimal): -16429855 or 14765061. OLE color: 14765061.
HSL color Cylindrical-coordinate representation of color #054CE1: hue angle of 220.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CE1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 76 | 225 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.12 |
| HSL | 220.64º | 0.96% | 0.45% | - |
| HSV(B) | 220.64º | 0.98% | 0.88% | - |
| XYZ | 16.24 | 10.64 | 72.43 | - |
| YUV | 71.76 | 214.48 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 225 | 0.98 | 0.66 | 0 | 0.12 | 220.64 | 0.96 | 0.45 |
| Hex | 5 | 4C | E1 | 62 | 42 | 0 | C | DD | 60 | 2D |
| Octal | 5 | 114 | 341 | 142 | 102 | 0 | 14 | 335 | 140 | 55 |
| Binary | 101 | 1001100 | 11100001 | 1100010 | 1000010 | 0 | 1100 | 11011101 | 1100000 | 101101 |
Color Harmonies of #054CE1
Complementary color
Monochromatic Colors of #054CE1
Black with #054CE1
Text Example
Text Example
White with #054CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CE1; }
p { color: rgb(5,76,225); }
H1.HeaderClassName
{
color: #054CE1;
}
.AnyTagClassName
{
color: #054CE1;
}
</style>
background-color css
<style>
a { background-color: #054CE1; }
a { background-color: rgb(5,76,225); }
div.DivClassName
{
background-color: #054CE1;
}
.BgClassName
{
background-color: #054CE1;
}
</style>
border-color css
<style>
span { border-color: #054CE1; }
span { border-color: rgb(5,76,225); }
td.TdClassName
{
border-color: #054CE1;
}
.TagClassName
{
border-color: #054CE1;
}
</style>