Shades of Navy Blue #054AEC
Tints of Navy Blue #054AEC
RGB
CMYK
RGB Variations
Color information
#054AEC (or 0x054AEC) is known color: Navy Blue. HEX triplet: 05, 4A and EC. RGB value is (5,74,236). Sum of RGB (Red+Green+Blue) = 5+74+236=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #054AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AEC is #FAB513. Grayscale: #474747. Windows color (decimal): -16430356 or 15485445. OLE color: 15485445.
HSL color Cylindrical-coordinate representation of color #054AEC: hue angle of 222.08º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054AEC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 74 | 236 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.07 |
| HSL | 222.08º | 0.96% | 0.47% | - |
| HSV(B) | 222.08º | 0.98% | 0.93% | - |
| XYZ | 17.65 | 10.99 | 80.55 | - |
| YUV | 71.84 | 220.64 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 236 | 0.98 | 0.69 | 0 | 0.07 | 222.08 | 0.96 | 0.47 |
| Hex | 5 | 4A | EC | 62 | 45 | 0 | 7 | DE | 60 | 2F |
| Octal | 5 | 112 | 354 | 142 | 105 | 0 | 7 | 336 | 140 | 57 |
| Binary | 101 | 1001010 | 11101100 | 1100010 | 1000101 | 0 | 111 | 11011110 | 1100000 | 101111 |
Color Harmonies of #054AEC
Complementary color
Monochromatic Colors of #054AEC
Black with #054AEC
Text Example
Text Example
White with #054AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054AEC; }
p { color: rgb(5,74,236); }
H1.HeaderClassName
{
color: #054AEC;
}
.AnyTagClassName
{
color: #054AEC;
}
</style>
background-color css
<style>
a { background-color: #054AEC; }
a { background-color: rgb(5,74,236); }
div.DivClassName
{
background-color: #054AEC;
}
.BgClassName
{
background-color: #054AEC;
}
</style>
border-color css
<style>
span { border-color: #054AEC; }
span { border-color: rgb(5,74,236); }
td.TdClassName
{
border-color: #054AEC;
}
.TagClassName
{
border-color: #054AEC;
}
</style>