Shades of Navy Blue #1664EA
Tints of Navy Blue #1664EA
RGB
CMYK
RGB Variations
Color information
#1664EA (or 0x1664EA) is known color: Navy Blue. HEX triplet: 16, 64 and EA. RGB value is (22,100,234). Sum of RGB (Red+Green+Blue) = 22+100+234=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #1664EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1664EA is #E99B15. Grayscale: #5B5B5B. Windows color (decimal): -15309590 or 15361046. OLE color: 15361046.
HSL color Cylindrical-coordinate representation of color #1664EA: hue angle of 217.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1664EA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 100 | 234 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.08 |
| HSL | 217.92º | 0.83% | 0.5% | - |
| HSV(B) | 217.92º | 0.91% | 0.92% | - |
| XYZ | 19.74 | 15.23 | 79.74 | - |
| YUV | 91.95 | 208.16 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 234 | 0.91 | 0.57 | 0 | 0.08 | 217.92 | 0.83 | 0.5 |
| Hex | 16 | 64 | EA | 5B | 39 | 0 | 8 | DA | 53 | 32 |
| Octal | 26 | 144 | 352 | 133 | 71 | 0 | 10 | 332 | 123 | 62 |
| Binary | 10110 | 1100100 | 11101010 | 1011011 | 111001 | 0 | 1000 | 11011010 | 1010011 | 110010 |
Color Harmonies of #1664EA
Complementary color
Monochromatic Colors of #1664EA
Black with #1664EA
Text Example
Text Example
White with #1664EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1664EA; }
p { color: rgb(22,100,234); }
H1.HeaderClassName
{
color: #1664EA;
}
.AnyTagClassName
{
color: #1664EA;
}
</style>
background-color css
<style>
a { background-color: #1664EA; }
a { background-color: rgb(22,100,234); }
div.DivClassName
{
background-color: #1664EA;
}
.BgClassName
{
background-color: #1664EA;
}
</style>
border-color css
<style>
span { border-color: #1664EA; }
span { border-color: rgb(22,100,234); }
td.TdClassName
{
border-color: #1664EA;
}
.TagClassName
{
border-color: #1664EA;
}
</style>