Shades of Navy Blue #1665E7
Tints of Navy Blue #1665E7
RGB
CMYK
RGB Variations
Color information
#1665E7 (or 0x1665E7) is known color: Navy Blue. HEX triplet: 16, 65 and E7. RGB value is (22,101,231). Sum of RGB (Red+Green+Blue) = 22+101+231=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 231 (90.62% from 255 or 65.25% from 354); Max value from RGB is 231 - color contains mainly: blue. Hex color #1665E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665E7 is #E99A18. Grayscale: #5B5B5B. Windows color (decimal): -15309337 or 15164694. OLE color: 15164694.
HSL color Cylindrical-coordinate representation of color #1665E7: hue angle of 217.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1665E7 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 101 | 231 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.09 |
| HSL | 217.32º | 0.83% | 0.5% | - |
| HSV(B) | 217.32º | 0.9% | 0.91% | - |
| XYZ | 19.41 | 15.25 | 77.52 | - |
| YUV | 92.2 | 206.33 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 231 | 0.90 | 0.56 | 0 | 0.09 | 217.32 | 0.83 | 0.5 |
| Hex | 16 | 65 | E7 | 5A | 38 | 0 | 9 | D9 | 53 | 32 |
| Octal | 26 | 145 | 347 | 132 | 70 | 0 | 11 | 331 | 123 | 62 |
| Binary | 10110 | 1100101 | 11100111 | 1011010 | 111000 | 0 | 1001 | 11011001 | 1010011 | 110010 |
Color Harmonies of #1665E7
Complementary color
Monochromatic Colors of #1665E7
Black with #1665E7
Text Example
Text Example
White with #1665E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665E7; }
p { color: rgb(22,101,231); }
H1.HeaderClassName
{
color: #1665E7;
}
.AnyTagClassName
{
color: #1665E7;
}
</style>
background-color css
<style>
a { background-color: #1665E7; }
a { background-color: rgb(22,101,231); }
div.DivClassName
{
background-color: #1665E7;
}
.BgClassName
{
background-color: #1665E7;
}
</style>
border-color css
<style>
span { border-color: #1665E7; }
span { border-color: rgb(22,101,231); }
td.TdClassName
{
border-color: #1665E7;
}
.TagClassName
{
border-color: #1665E7;
}
</style>