Shades of Navy Blue #0540EC
Tints of Navy Blue #0540EC
RGB
CMYK
RGB Variations
Color information
#0540EC (or 0x0540EC) is known color: Navy Blue. HEX triplet: 05, 40 and EC. RGB value is (5,64,236). Sum of RGB (Red+Green+Blue) = 5+64+236=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #0540EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0540EC is #FABF13. Grayscale: #414141. Windows color (decimal): -16432916 or 15482885. OLE color: 15482885.
HSL color Cylindrical-coordinate representation of color #0540EC: hue angle of 224.68º 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 #0540EC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 64 | 236 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.07 |
| HSL | 224.68º | 0.96% | 0.47% | - |
| HSV(B) | 224.68º | 0.98% | 0.93% | - |
| XYZ | 17.04 | 9.76 | 80.34 | - |
| YUV | 65.97 | 223.95 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 236 | 0.98 | 0.73 | 0 | 0.07 | 224.68 | 0.96 | 0.47 |
| Hex | 5 | 40 | EC | 62 | 49 | 0 | 7 | E1 | 60 | 2F |
| Octal | 5 | 100 | 354 | 142 | 111 | 0 | 7 | 341 | 140 | 57 |
| Binary | 101 | 1000000 | 11101100 | 1100010 | 1001001 | 0 | 111 | 11100001 | 1100000 | 101111 |
Color Harmonies of #0540EC
Complementary color
Monochromatic Colors of #0540EC
Black with #0540EC
Text Example
Text Example
White with #0540EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0540EC; }
p { color: rgb(5,64,236); }
H1.HeaderClassName
{
color: #0540EC;
}
.AnyTagClassName
{
color: #0540EC;
}
</style>
background-color css
<style>
a { background-color: #0540EC; }
a { background-color: rgb(5,64,236); }
div.DivClassName
{
background-color: #0540EC;
}
.BgClassName
{
background-color: #0540EC;
}
</style>
border-color css
<style>
span { border-color: #0540EC; }
span { border-color: rgb(5,64,236); }
td.TdClassName
{
border-color: #0540EC;
}
.TagClassName
{
border-color: #0540EC;
}
</style>