Shades of Navy Blue #0545EC
Tints of Navy Blue #0545EC
RGB
CMYK
RGB Variations
Color information
#0545EC (or 0x0545EC) is known color: Navy Blue. HEX triplet: 05, 45 and EC. RGB value is (5,69,236). Sum of RGB (Red+Green+Blue) = 5+69+236=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #0545EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0545EC is #FABA13. Grayscale: #444444. Windows color (decimal): -16431636 or 15484165. OLE color: 15484165.
HSL color Cylindrical-coordinate representation of color #0545EC: hue angle of 223.38º 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 #0545EC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 69 | 236 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.07 |
| HSL | 223.38º | 0.96% | 0.47% | - |
| HSV(B) | 223.38º | 0.98% | 0.93% | - |
| XYZ | 17.33 | 10.34 | 80.44 | - |
| YUV | 68.9 | 222.3 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 236 | 0.98 | 0.71 | 0 | 0.07 | 223.38 | 0.96 | 0.47 |
| Hex | 5 | 45 | EC | 62 | 47 | 0 | 7 | DF | 60 | 2F |
| Octal | 5 | 105 | 354 | 142 | 107 | 0 | 7 | 337 | 140 | 57 |
| Binary | 101 | 1000101 | 11101100 | 1100010 | 1000111 | 0 | 111 | 11011111 | 1100000 | 101111 |
Color Harmonies of #0545EC
Complementary color
Monochromatic Colors of #0545EC
Black with #0545EC
Text Example
Text Example
White with #0545EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0545EC; }
p { color: rgb(5,69,236); }
H1.HeaderClassName
{
color: #0545EC;
}
.AnyTagClassName
{
color: #0545EC;
}
</style>
background-color css
<style>
a { background-color: #0545EC; }
a { background-color: rgb(5,69,236); }
div.DivClassName
{
background-color: #0545EC;
}
.BgClassName
{
background-color: #0545EC;
}
</style>
border-color css
<style>
span { border-color: #0545EC; }
span { border-color: rgb(5,69,236); }
td.TdClassName
{
border-color: #0545EC;
}
.TagClassName
{
border-color: #0545EC;
}
</style>