Shades of Navy Blue #1663EC
Tints of Navy Blue #1663EC
RGB
CMYK
RGB Variations
Color information
#1663EC (or 0x1663EC) is known color: Navy Blue. HEX triplet: 16, 63 and EC. RGB value is (22,99,236). Sum of RGB (Red+Green+Blue) = 22+99+236=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #1663EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1663EC is #E99C13. Grayscale: #5A5A5A. Windows color (decimal): -15309844 or 15491862. OLE color: 15491862.
HSL color Cylindrical-coordinate representation of color #1663EC: hue angle of 218.41º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1663EC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 99 | 236 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.07 |
| HSL | 218.41º | 0.85% | 0.51% | - |
| HSV(B) | 218.41º | 0.91% | 0.93% | - |
| XYZ | 19.93 | 15.15 | 81.23 | - |
| YUV | 91.6 | 209.49 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 236 | 0.91 | 0.58 | 0 | 0.07 | 218.41 | 0.85 | 0.51 |
| Hex | 16 | 63 | EC | 5B | 3A | 0 | 7 | DA | 55 | 33 |
| Octal | 26 | 143 | 354 | 133 | 72 | 0 | 7 | 332 | 125 | 63 |
| Binary | 10110 | 1100011 | 11101100 | 1011011 | 111010 | 0 | 111 | 11011010 | 1010101 | 110011 |
Color Harmonies of #1663EC
Complementary color
Monochromatic Colors of #1663EC
Black with #1663EC
Text Example
Text Example
White with #1663EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663EC; }
p { color: rgb(22,99,236); }
H1.HeaderClassName
{
color: #1663EC;
}
.AnyTagClassName
{
color: #1663EC;
}
</style>
background-color css
<style>
a { background-color: #1663EC; }
a { background-color: rgb(22,99,236); }
div.DivClassName
{
background-color: #1663EC;
}
.BgClassName
{
background-color: #1663EC;
}
</style>
border-color css
<style>
span { border-color: #1663EC; }
span { border-color: rgb(22,99,236); }
td.TdClassName
{
border-color: #1663EC;
}
.TagClassName
{
border-color: #1663EC;
}
</style>