Shades of Navy Blue #054BEC
Tints of Navy Blue #054BEC
RGB
CMYK
RGB Variations
Color information
#054BEC (or 0x054BEC) is known color: Navy Blue. HEX triplet: 05, 4B and EC. RGB value is (5,75,236). Sum of RGB (Red+Green+Blue) = 5+75+236=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #054BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054BEC is #FAB413. Grayscale: #474747. Windows color (decimal): -16430100 or 15485701. OLE color: 15485701.
HSL color Cylindrical-coordinate representation of color #054BEC: hue angle of 221.82º 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 #054BEC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 75 | 236 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.07 |
| HSL | 221.82º | 0.96% | 0.47% | - |
| HSV(B) | 221.82º | 0.98% | 0.93% | - |
| XYZ | 17.72 | 11.12 | 80.57 | - |
| YUV | 72.42 | 220.31 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 236 | 0.98 | 0.68 | 0 | 0.07 | 221.82 | 0.96 | 0.47 |
| Hex | 5 | 4B | EC | 62 | 44 | 0 | 7 | DE | 60 | 2F |
| Octal | 5 | 113 | 354 | 142 | 104 | 0 | 7 | 336 | 140 | 57 |
| Binary | 101 | 1001011 | 11101100 | 1100010 | 1000100 | 0 | 111 | 11011110 | 1100000 | 101111 |
Color Harmonies of #054BEC
Complementary color
Monochromatic Colors of #054BEC
Black with #054BEC
Text Example
Text Example
White with #054BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BEC; }
p { color: rgb(5,75,236); }
H1.HeaderClassName
{
color: #054BEC;
}
.AnyTagClassName
{
color: #054BEC;
}
</style>
background-color css
<style>
a { background-color: #054BEC; }
a { background-color: rgb(5,75,236); }
div.DivClassName
{
background-color: #054BEC;
}
.BgClassName
{
background-color: #054BEC;
}
</style>
border-color css
<style>
span { border-color: #054BEC; }
span { border-color: rgb(5,75,236); }
td.TdClassName
{
border-color: #054BEC;
}
.TagClassName
{
border-color: #054BEC;
}
</style>