Shades of Navy Blue #1763EC
Tints of Navy Blue #1763EC
RGB
CMYK
RGB Variations
Color information
#1763EC (or 0x1763EC) is known color: Navy Blue. HEX triplet: 17, 63 and EC. RGB value is (23,99,236). Sum of RGB (Red+Green+Blue) = 23+99+236=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1763EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1763EC is #E89C13. Grayscale: #5B5B5B. Windows color (decimal): -15244308 or 15491863. OLE color: 15491863.
HSL color Cylindrical-coordinate representation of color #1763EC: hue angle of 218.59º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1763EC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 99 | 236 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.07 |
| HSL | 218.59º | 0.85% | 0.51% | - |
| HSV(B) | 218.59º | 0.9% | 0.93% | - |
| XYZ | 19.96 | 15.16 | 81.23 | - |
| YUV | 91.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 236 | 0.90 | 0.58 | 0 | 0.07 | 218.59 | 0.85 | 0.51 |
| Hex | 17 | 63 | EC | 5A | 3A | 0 | 7 | DB | 55 | 33 |
| Octal | 27 | 143 | 354 | 132 | 72 | 0 | 7 | 333 | 125 | 63 |
| Binary | 10111 | 1100011 | 11101100 | 1011010 | 111010 | 0 | 111 | 11011011 | 1010101 | 110011 |
Color Harmonies of #1763EC
Complementary color
Monochromatic Colors of #1763EC
Black with #1763EC
Text Example
Text Example
White with #1763EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763EC; }
p { color: rgb(23,99,236); }
H1.HeaderClassName
{
color: #1763EC;
}
.AnyTagClassName
{
color: #1763EC;
}
</style>
background-color css
<style>
a { background-color: #1763EC; }
a { background-color: rgb(23,99,236); }
div.DivClassName
{
background-color: #1763EC;
}
.BgClassName
{
background-color: #1763EC;
}
</style>
border-color css
<style>
span { border-color: #1763EC; }
span { border-color: rgb(23,99,236); }
td.TdClassName
{
border-color: #1763EC;
}
.TagClassName
{
border-color: #1763EC;
}
</style>