Shades of Navy Blue #1186DB
Tints of Navy Blue #1186DB
RGB
CMYK
RGB Variations
Color information
#1186DB (or 0x1186DB) is known color: Navy Blue. HEX triplet: 11, 86 and DB. RGB value is (17,134,219). Sum of RGB (Red+Green+Blue) = 17+134+219=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #1186DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1186DB is #EE7924. Grayscale: #6C6C6C. Windows color (decimal): -15628581 or 14386705. OLE color: 14386705.
HSL color Cylindrical-coordinate representation of color #1186DB: hue angle of 205.25º 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 #1186DB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 134 | 219 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.14 |
| HSL | 205.25º | 0.86% | 0.46% | - |
| HSV(B) | 205.25º | 0.92% | 0.86% | - |
| XYZ | 21.54 | 22.28 | 70.18 | - |
| YUV | 108.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 219 | 0.92 | 0.39 | 0 | 0.14 | 205.25 | 0.86 | 0.46 |
| Hex | 11 | 86 | DB | 5C | 27 | 0 | E | CD | 56 | 2E |
| Octal | 21 | 206 | 333 | 134 | 47 | 0 | 16 | 315 | 126 | 56 |
| Binary | 10001 | 10000110 | 11011011 | 1011100 | 100111 | 0 | 1110 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1186DB
Complementary color
Monochromatic Colors of #1186DB
Black with #1186DB
Text Example
Text Example
White with #1186DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1186DB; }
p { color: rgb(17,134,219); }
H1.HeaderClassName
{
color: #1186DB;
}
.AnyTagClassName
{
color: #1186DB;
}
</style>
background-color css
<style>
a { background-color: #1186DB; }
a { background-color: rgb(17,134,219); }
div.DivClassName
{
background-color: #1186DB;
}
.BgClassName
{
background-color: #1186DB;
}
</style>
border-color css
<style>
span { border-color: #1186DB; }
span { border-color: rgb(17,134,219); }
td.TdClassName
{
border-color: #1186DB;
}
.TagClassName
{
border-color: #1186DB;
}
</style>