Shades of Navy Blue #1664ED
Tints of Navy Blue #1664ED
RGB
CMYK
RGB Variations
Color information
#1664ED (or 0x1664ED) is known color: Navy Blue. HEX triplet: 16, 64 and ED. RGB value is (22,100,237). Sum of RGB (Red+Green+Blue) = 22+100+237=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #1664ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1664ED is #E99B12. Grayscale: #5B5B5B. Windows color (decimal): -15309587 or 15557654. OLE color: 15557654.
HSL color Cylindrical-coordinate representation of color #1664ED: hue angle of 218.23º 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 #1664ED is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 100 | 237 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.07 |
| HSL | 218.23º | 0.86% | 0.51% | - |
| HSV(B) | 218.23º | 0.91% | 0.93% | - |
| XYZ | 20.17 | 15.4 | 82.03 | - |
| YUV | 92.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 237 | 0.91 | 0.58 | 0 | 0.07 | 218.23 | 0.86 | 0.51 |
| Hex | 16 | 64 | ED | 5B | 3A | 0 | 7 | DA | 56 | 33 |
| Octal | 26 | 144 | 355 | 133 | 72 | 0 | 7 | 332 | 126 | 63 |
| Binary | 10110 | 1100100 | 11101101 | 1011011 | 111010 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1664ED
Complementary color
Monochromatic Colors of #1664ED
Black with #1664ED
Text Example
Text Example
White with #1664ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1664ED; }
p { color: rgb(22,100,237); }
H1.HeaderClassName
{
color: #1664ED;
}
.AnyTagClassName
{
color: #1664ED;
}
</style>
background-color css
<style>
a { background-color: #1664ED; }
a { background-color: rgb(22,100,237); }
div.DivClassName
{
background-color: #1664ED;
}
.BgClassName
{
background-color: #1664ED;
}
</style>
border-color css
<style>
span { border-color: #1664ED; }
span { border-color: rgb(22,100,237); }
td.TdClassName
{
border-color: #1664ED;
}
.TagClassName
{
border-color: #1664ED;
}
</style>