Shades of Navy Blue #1665EA
Tints of Navy Blue #1665EA
RGB
CMYK
RGB Variations
Color information
#1665EA (or 0x1665EA) is known color: Navy Blue. HEX triplet: 16, 65 and EA. RGB value is (22,101,234). Sum of RGB (Red+Green+Blue) = 22+101+234=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #1665EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665EA is #E99A15. Grayscale: #5B5B5B. Windows color (decimal): -15309334 or 15361302. OLE color: 15361302.
HSL color Cylindrical-coordinate representation of color #1665EA: hue angle of 217.64º 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 #1665EA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 101 | 234 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.08 |
| HSL | 217.64º | 0.83% | 0.5% | - |
| HSV(B) | 217.64º | 0.91% | 0.92% | - |
| XYZ | 19.84 | 15.42 | 79.77 | - |
| YUV | 92.54 | 207.83 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 234 | 0.91 | 0.57 | 0 | 0.08 | 217.64 | 0.83 | 0.5 |
| Hex | 16 | 65 | EA | 5B | 39 | 0 | 8 | DA | 53 | 32 |
| Octal | 26 | 145 | 352 | 133 | 71 | 0 | 10 | 332 | 123 | 62 |
| Binary | 10110 | 1100101 | 11101010 | 1011011 | 111001 | 0 | 1000 | 11011010 | 1010011 | 110010 |
Color Harmonies of #1665EA
Complementary color
Monochromatic Colors of #1665EA
Black with #1665EA
Text Example
Text Example
White with #1665EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665EA; }
p { color: rgb(22,101,234); }
H1.HeaderClassName
{
color: #1665EA;
}
.AnyTagClassName
{
color: #1665EA;
}
</style>
background-color css
<style>
a { background-color: #1665EA; }
a { background-color: rgb(22,101,234); }
div.DivClassName
{
background-color: #1665EA;
}
.BgClassName
{
background-color: #1665EA;
}
</style>
border-color css
<style>
span { border-color: #1665EA; }
span { border-color: rgb(22,101,234); }
td.TdClassName
{
border-color: #1665EA;
}
.TagClassName
{
border-color: #1665EA;
}
</style>