Shades of Navy Blue #1665E6
Tints of Navy Blue #1665E6
RGB
CMYK
RGB Variations
Color information
#1665E6 (or 0x1665E6) is known color: Navy Blue. HEX triplet: 16, 65 and E6. RGB value is (22,101,230). Sum of RGB (Red+Green+Blue) = 22+101+230=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 230 (90.23% from 255 or 65.16% from 353); Max value from RGB is 230 - color contains mainly: blue. Hex color #1665E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1665E6 is #E99A19. Grayscale: #5B5B5B. Windows color (decimal): -15309338 or 15099158. OLE color: 15099158.
HSL color Cylindrical-coordinate representation of color #1665E6: hue angle of 217.21º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1665E6 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 101 | 230 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.10 |
| HSL | 217.21º | 0.83% | 0.49% | - |
| HSV(B) | 217.21º | 0.9% | 0.9% | - |
| XYZ | 19.27 | 15.19 | 76.78 | - |
| YUV | 92.09 | 205.83 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 230 | 0.90 | 0.56 | 0 | 0.10 | 217.21 | 0.83 | 0.49 |
| Hex | 16 | 65 | E6 | 5A | 38 | 0 | A | D9 | 53 | 31 |
| Octal | 26 | 145 | 346 | 132 | 70 | 0 | 12 | 331 | 123 | 61 |
| Binary | 10110 | 1100101 | 11100110 | 1011010 | 111000 | 0 | 1010 | 11011001 | 1010011 | 110001 |
Color Harmonies of #1665E6
Complementary color
Monochromatic Colors of #1665E6
Black with #1665E6
Text Example
Text Example
White with #1665E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665E6; }
p { color: rgb(22,101,230); }
H1.HeaderClassName
{
color: #1665E6;
}
.AnyTagClassName
{
color: #1665E6;
}
</style>
background-color css
<style>
a { background-color: #1665E6; }
a { background-color: rgb(22,101,230); }
div.DivClassName
{
background-color: #1665E6;
}
.BgClassName
{
background-color: #1665E6;
}
</style>
border-color css
<style>
span { border-color: #1665E6; }
span { border-color: rgb(22,101,230); }
td.TdClassName
{
border-color: #1665E6;
}
.TagClassName
{
border-color: #1665E6;
}
</style>