Shades of Navy Blue #1161DF
Tints of Navy Blue #1161DF
RGB
CMYK
RGB Variations
Color information
#1161DF (or 0x1161DF) is known color: Navy Blue. HEX triplet: 11, 61 and DF. RGB value is (17,97,223). Sum of RGB (Red+Green+Blue) = 17+97+223=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #1161DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161DF is #EE9E20. Grayscale: #565656. Windows color (decimal): -15638049 or 14639377. OLE color: 14639377.
HSL color Cylindrical-coordinate representation of color #1161DF: hue angle of 216.7º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1161DF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 97 | 223 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.13 |
| HSL | 216.7º | 0.86% | 0.47% | - |
| HSV(B) | 216.7º | 0.92% | 0.87% | - |
| XYZ | 17.83 | 14 | 71.57 | - |
| YUV | 87.44 | 204.5 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 223 | 0.92 | 0.57 | 0 | 0.13 | 216.7 | 0.86 | 0.47 |
| Hex | 11 | 61 | DF | 5C | 39 | 0 | D | D9 | 56 | 2F |
| Octal | 21 | 141 | 337 | 134 | 71 | 0 | 15 | 331 | 126 | 57 |
| Binary | 10001 | 1100001 | 11011111 | 1011100 | 111001 | 0 | 1101 | 11011001 | 1010110 | 101111 |
Color Harmonies of #1161DF
Complementary color
Monochromatic Colors of #1161DF
Black with #1161DF
Text Example
Text Example
White with #1161DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161DF; }
p { color: rgb(17,97,223); }
H1.HeaderClassName
{
color: #1161DF;
}
.AnyTagClassName
{
color: #1161DF;
}
</style>
background-color css
<style>
a { background-color: #1161DF; }
a { background-color: rgb(17,97,223); }
div.DivClassName
{
background-color: #1161DF;
}
.BgClassName
{
background-color: #1161DF;
}
</style>
border-color css
<style>
span { border-color: #1161DF; }
span { border-color: rgb(17,97,223); }
td.TdClassName
{
border-color: #1161DF;
}
.TagClassName
{
border-color: #1161DF;
}
</style>