Shades of Navy Blue #0561EC
Tints of Navy Blue #0561EC
RGB
CMYK
RGB Variations
Color information
#0561EC (or 0x0561EC) is known color: Navy Blue. HEX triplet: 05, 61 and EC. RGB value is (5,97,236). Sum of RGB (Red+Green+Blue) = 5+97+236=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #0561EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0561EC is #FA9E13. Grayscale: #545454. Windows color (decimal): -16424468 or 15491333. OLE color: 15491333.
HSL color Cylindrical-coordinate representation of color #0561EC: hue angle of 216.1º 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 #0561EC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 97 | 236 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.07 |
| HSL | 216.1º | 0.96% | 0.47% | - |
| HSV(B) | 216.1º | 0.98% | 0.93% | - |
| XYZ | 19.48 | 14.64 | 81.16 | - |
| YUV | 85.34 | 213.02 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 236 | 0.98 | 0.59 | 0 | 0.07 | 216.1 | 0.96 | 0.47 |
| Hex | 5 | 61 | EC | 62 | 3B | 0 | 7 | D8 | 60 | 2F |
| Octal | 5 | 141 | 354 | 142 | 73 | 0 | 7 | 330 | 140 | 57 |
| Binary | 101 | 1100001 | 11101100 | 1100010 | 111011 | 0 | 111 | 11011000 | 1100000 | 101111 |
Color Harmonies of #0561EC
Complementary color
Monochromatic Colors of #0561EC
Black with #0561EC
Text Example
Text Example
White with #0561EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0561EC; }
p { color: rgb(5,97,236); }
H1.HeaderClassName
{
color: #0561EC;
}
.AnyTagClassName
{
color: #0561EC;
}
</style>
background-color css
<style>
a { background-color: #0561EC; }
a { background-color: rgb(5,97,236); }
div.DivClassName
{
background-color: #0561EC;
}
.BgClassName
{
background-color: #0561EC;
}
</style>
border-color css
<style>
span { border-color: #0561EC; }
span { border-color: rgb(5,97,236); }
td.TdClassName
{
border-color: #0561EC;
}
.TagClassName
{
border-color: #0561EC;
}
</style>