Shades of Navy Blue #1161D8
Tints of Navy Blue #1161D8
RGB
CMYK
RGB Variations
Color information
#1161D8 (or 0x1161D8) is known color: Navy Blue. HEX triplet: 11, 61 and D8. RGB value is (17,97,216). Sum of RGB (Red+Green+Blue) = 17+97+216=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 216 (84.77% from 255 or 65.45% from 330); Max value from RGB is 216 - color contains mainly: blue. Hex color #1161D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161D8 is #EE9E27. Grayscale: #565656. Windows color (decimal): -15638056 or 14180625. OLE color: 14180625.
HSL color Cylindrical-coordinate representation of color #1161D8: hue angle of 215.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1161D8 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 97 | 216 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.15 |
| HSL | 215.88º | 0.85% | 0.46% | - |
| HSV(B) | 215.88º | 0.92% | 0.85% | - |
| XYZ | 16.9 | 13.63 | 66.71 | - |
| YUV | 86.65 | 201 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 216 | 0.92 | 0.55 | 0 | 0.15 | 215.88 | 0.85 | 0.46 |
| Hex | 11 | 61 | D8 | 5C | 37 | 0 | F | D8 | 55 | 2E |
| Octal | 21 | 141 | 330 | 134 | 67 | 0 | 17 | 330 | 125 | 56 |
| Binary | 10001 | 1100001 | 11011000 | 1011100 | 110111 | 0 | 1111 | 11011000 | 1010101 | 101110 |
Color Harmonies of #1161D8
Complementary color
Monochromatic Colors of #1161D8
Black with #1161D8
Text Example
Text Example
White with #1161D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161D8; }
p { color: rgb(17,97,216); }
H1.HeaderClassName
{
color: #1161D8;
}
.AnyTagClassName
{
color: #1161D8;
}
</style>
background-color css
<style>
a { background-color: #1161D8; }
a { background-color: rgb(17,97,216); }
div.DivClassName
{
background-color: #1161D8;
}
.BgClassName
{
background-color: #1161D8;
}
</style>
border-color css
<style>
span { border-color: #1161D8; }
span { border-color: rgb(17,97,216); }
td.TdClassName
{
border-color: #1161D8;
}
.TagClassName
{
border-color: #1161D8;
}
</style>