Shades of Navy Blue #1663ED
Tints of Navy Blue #1663ED
RGB
CMYK
RGB Variations
Color information
#1663ED (or 0x1663ED) is known color: Navy Blue. HEX triplet: 16, 63 and ED. RGB value is (22,99,237). Sum of RGB (Red+Green+Blue) = 22+99+237=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #1663ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1663ED is #E99C12. Grayscale: #5B5B5B. Windows color (decimal): -15309843 or 15557398. OLE color: 15557398.
HSL color Cylindrical-coordinate representation of color #1663ED: hue angle of 218.51º degrees, saturation: 0.86, 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 #1663ED is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 99 | 237 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.07 |
| HSL | 218.51º | 0.86% | 0.51% | - |
| HSV(B) | 218.51º | 0.91% | 0.93% | - |
| XYZ | 20.08 | 15.21 | 82 | - |
| YUV | 91.71 | 209.99 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 237 | 0.91 | 0.58 | 0 | 0.07 | 218.51 | 0.86 | 0.51 |
| Hex | 16 | 63 | ED | 5B | 3A | 0 | 7 | DB | 56 | 33 |
| Octal | 26 | 143 | 355 | 133 | 72 | 0 | 7 | 333 | 126 | 63 |
| Binary | 10110 | 1100011 | 11101101 | 1011011 | 111010 | 0 | 111 | 11011011 | 1010110 | 110011 |
Color Harmonies of #1663ED
Complementary color
Monochromatic Colors of #1663ED
Black with #1663ED
Text Example
Text Example
White with #1663ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663ED; }
p { color: rgb(22,99,237); }
H1.HeaderClassName
{
color: #1663ED;
}
.AnyTagClassName
{
color: #1663ED;
}
</style>
background-color css
<style>
a { background-color: #1663ED; }
a { background-color: rgb(22,99,237); }
div.DivClassName
{
background-color: #1663ED;
}
.BgClassName
{
background-color: #1663ED;
}
</style>
border-color css
<style>
span { border-color: #1663ED; }
span { border-color: rgb(22,99,237); }
td.TdClassName
{
border-color: #1663ED;
}
.TagClassName
{
border-color: #1663ED;
}
</style>