Shades of Navy Blue #1161E0
Tints of Navy Blue #1161E0
RGB
CMYK
RGB Variations
Color information
#1161E0 (or 0x1161E0) is known color: Navy Blue. HEX triplet: 11, 61 and E0. RGB value is (17,97,224). Sum of RGB (Red+Green+Blue) = 17+97+224=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #1161E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161E0 is #EE9E1F. Grayscale: #565656. Windows color (decimal): -15638048 or 14704913. OLE color: 14704913.
HSL color Cylindrical-coordinate representation of color #1161E0: hue angle of 216.81º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1161E0 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 97 | 224 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.12 |
| HSL | 216.81º | 0.86% | 0.47% | - |
| HSV(B) | 216.81º | 0.92% | 0.88% | - |
| XYZ | 17.96 | 14.05 | 72.29 | - |
| YUV | 87.56 | 205 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 224 | 0.92 | 0.57 | 0 | 0.12 | 216.81 | 0.86 | 0.47 |
| Hex | 11 | 61 | E0 | 5C | 39 | 0 | C | D9 | 56 | 2F |
| Octal | 21 | 141 | 340 | 134 | 71 | 0 | 14 | 331 | 126 | 57 |
| Binary | 10001 | 1100001 | 11100000 | 1011100 | 111001 | 0 | 1100 | 11011001 | 1010110 | 101111 |
Color Harmonies of #1161E0
Complementary color
Monochromatic Colors of #1161E0
Black with #1161E0
Text Example
Text Example
White with #1161E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161E0; }
p { color: rgb(17,97,224); }
H1.HeaderClassName
{
color: #1161E0;
}
.AnyTagClassName
{
color: #1161E0;
}
</style>
background-color css
<style>
a { background-color: #1161E0; }
a { background-color: rgb(17,97,224); }
div.DivClassName
{
background-color: #1161E0;
}
.BgClassName
{
background-color: #1161E0;
}
</style>
border-color css
<style>
span { border-color: #1161E0; }
span { border-color: rgb(17,97,224); }
td.TdClassName
{
border-color: #1161E0;
}
.TagClassName
{
border-color: #1161E0;
}
</style>