Shades of Navy Blue #1661E7
Tints of Navy Blue #1661E7
RGB
CMYK
RGB Variations
Color information
#1661E7 (or 0x1661E7) is known color: Navy Blue. HEX triplet: 16, 61 and E7. RGB value is (22,97,231). Sum of RGB (Red+Green+Blue) = 22+97+231=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #1661E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1661E7 is #E99E18. Grayscale: #595959. Windows color (decimal): -15310361 or 15163670. OLE color: 15163670.
HSL color Cylindrical-coordinate representation of color #1661E7: hue angle of 218.47º 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 #1661E7 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 97 | 231 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.09 |
| HSL | 218.47º | 0.83% | 0.5% | - |
| HSV(B) | 218.47º | 0.9% | 0.91% | - |
| XYZ | 19.03 | 14.49 | 77.4 | - |
| YUV | 89.85 | 207.65 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 231 | 0.90 | 0.58 | 0 | 0.09 | 218.47 | 0.83 | 0.5 |
| Hex | 16 | 61 | E7 | 5A | 3A | 0 | 9 | DA | 53 | 32 |
| Octal | 26 | 141 | 347 | 132 | 72 | 0 | 11 | 332 | 123 | 62 |
| Binary | 10110 | 1100001 | 11100111 | 1011010 | 111010 | 0 | 1001 | 11011010 | 1010011 | 110010 |
Color Harmonies of #1661E7
Complementary color
Monochromatic Colors of #1661E7
Black with #1661E7
Text Example
Text Example
White with #1661E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1661E7; }
p { color: rgb(22,97,231); }
H1.HeaderClassName
{
color: #1661E7;
}
.AnyTagClassName
{
color: #1661E7;
}
</style>
background-color css
<style>
a { background-color: #1661E7; }
a { background-color: rgb(22,97,231); }
div.DivClassName
{
background-color: #1661E7;
}
.BgClassName
{
background-color: #1661E7;
}
</style>
border-color css
<style>
span { border-color: #1661E7; }
span { border-color: rgb(22,97,231); }
td.TdClassName
{
border-color: #1661E7;
}
.TagClassName
{
border-color: #1661E7;
}
</style>