Shades of Navy Blue #0544EC
Tints of Navy Blue #0544EC
RGB
CMYK
RGB Variations
Color information
#0544EC (or 0x0544EC) is known color: Navy Blue. HEX triplet: 05, 44 and EC. RGB value is (5,68,236). Sum of RGB (Red+Green+Blue) = 5+68+236=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #0544EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0544EC is #FABB13. Grayscale: #434343. Windows color (decimal): -16431892 or 15483909. OLE color: 15483909.
HSL color Cylindrical-coordinate representation of color #0544EC: hue angle of 223.64º 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 #0544EC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 68 | 236 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.07 |
| HSL | 223.64º | 0.96% | 0.47% | - |
| HSV(B) | 223.64º | 0.98% | 0.93% | - |
| XYZ | 17.27 | 10.22 | 80.42 | - |
| YUV | 68.32 | 222.63 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 236 | 0.98 | 0.71 | 0 | 0.07 | 223.64 | 0.96 | 0.47 |
| Hex | 5 | 44 | EC | 62 | 47 | 0 | 7 | E0 | 60 | 2F |
| Octal | 5 | 104 | 354 | 142 | 107 | 0 | 7 | 340 | 140 | 57 |
| Binary | 101 | 1000100 | 11101100 | 1100010 | 1000111 | 0 | 111 | 11100000 | 1100000 | 101111 |
Color Harmonies of #0544EC
Complementary color
Monochromatic Colors of #0544EC
Black with #0544EC
Text Example
Text Example
White with #0544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0544EC; }
p { color: rgb(5,68,236); }
H1.HeaderClassName
{
color: #0544EC;
}
.AnyTagClassName
{
color: #0544EC;
}
</style>
background-color css
<style>
a { background-color: #0544EC; }
a { background-color: rgb(5,68,236); }
div.DivClassName
{
background-color: #0544EC;
}
.BgClassName
{
background-color: #0544EC;
}
</style>
border-color css
<style>
span { border-color: #0544EC; }
span { border-color: rgb(5,68,236); }
td.TdClassName
{
border-color: #0544EC;
}
.TagClassName
{
border-color: #0544EC;
}
</style>