Shades of Navy Blue #1161E5
Tints of Navy Blue #1161E5
RGB
CMYK
RGB Variations
Color information
#1161E5 (or 0x1161E5) is known color: Navy Blue. HEX triplet: 11, 61 and E5. RGB value is (17,97,229). Sum of RGB (Red+Green+Blue) = 17+97+229=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #1161E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161E5 is #EE9E1A. Grayscale: #575757. Windows color (decimal): -15638043 or 15032593. OLE color: 15032593.
HSL color Cylindrical-coordinate representation of color #1161E5: hue angle of 217.36º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1161E5 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 97 | 229 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.10 |
| HSL | 217.36º | 0.86% | 0.48% | - |
| HSV(B) | 217.36º | 0.93% | 0.9% | - |
| XYZ | 18.65 | 14.33 | 75.91 | - |
| YUV | 88.13 | 207.5 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 229 | 0.93 | 0.58 | 0 | 0.10 | 217.36 | 0.86 | 0.48 |
| Hex | 11 | 61 | E5 | 5D | 3A | 0 | A | D9 | 56 | 30 |
| Octal | 21 | 141 | 345 | 135 | 72 | 0 | 12 | 331 | 126 | 60 |
| Binary | 10001 | 1100001 | 11100101 | 1011101 | 111010 | 0 | 1010 | 11011001 | 1010110 | 110000 |
Color Harmonies of #1161E5
Complementary color
Monochromatic Colors of #1161E5
Black with #1161E5
Text Example
Text Example
White with #1161E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161E5; }
p { color: rgb(17,97,229); }
H1.HeaderClassName
{
color: #1161E5;
}
.AnyTagClassName
{
color: #1161E5;
}
</style>
background-color css
<style>
a { background-color: #1161E5; }
a { background-color: rgb(17,97,229); }
div.DivClassName
{
background-color: #1161E5;
}
.BgClassName
{
background-color: #1161E5;
}
</style>
border-color css
<style>
span { border-color: #1161E5; }
span { border-color: rgb(17,97,229); }
td.TdClassName
{
border-color: #1161E5;
}
.TagClassName
{
border-color: #1161E5;
}
</style>