Shades of Navy Blue #1161DB
Tints of Navy Blue #1161DB
RGB
CMYK
RGB Variations
Color information
#1161DB (or 0x1161DB) is known color: Navy Blue. HEX triplet: 11, 61 and DB. RGB value is (17,97,219). Sum of RGB (Red+Green+Blue) = 17+97+219=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #1161DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1161DB is #EE9E24. Grayscale: #565656. Windows color (decimal): -15638053 or 14377233. OLE color: 14377233.
HSL color Cylindrical-coordinate representation of color #1161DB: hue angle of 216.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1161DB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 97 | 219 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.14 |
| HSL | 216.24º | 0.86% | 0.46% | - |
| HSV(B) | 216.24º | 0.92% | 0.86% | - |
| XYZ | 17.29 | 13.78 | 68.77 | - |
| YUV | 86.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 219 | 0.92 | 0.56 | 0 | 0.14 | 216.24 | 0.86 | 0.46 |
| Hex | 11 | 61 | DB | 5C | 38 | 0 | E | D8 | 56 | 2E |
| Octal | 21 | 141 | 333 | 134 | 70 | 0 | 16 | 330 | 126 | 56 |
| Binary | 10001 | 1100001 | 11011011 | 1011100 | 111000 | 0 | 1110 | 11011000 | 1010110 | 101110 |
Color Harmonies of #1161DB
Complementary color
Monochromatic Colors of #1161DB
Black with #1161DB
Text Example
Text Example
White with #1161DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1161DB; }
p { color: rgb(17,97,219); }
H1.HeaderClassName
{
color: #1161DB;
}
.AnyTagClassName
{
color: #1161DB;
}
</style>
background-color css
<style>
a { background-color: #1161DB; }
a { background-color: rgb(17,97,219); }
div.DivClassName
{
background-color: #1161DB;
}
.BgClassName
{
background-color: #1161DB;
}
</style>
border-color css
<style>
span { border-color: #1161DB; }
span { border-color: rgb(17,97,219); }
td.TdClassName
{
border-color: #1161DB;
}
.TagClassName
{
border-color: #1161DB;
}
</style>