Shades of Navy Blue #1168DB
Tints of Navy Blue #1168DB
RGB
CMYK
RGB Variations
Color information
#1168DB (or 0x1168DB) is known color: Navy Blue. HEX triplet: 11, 68 and DB. RGB value is (17,104,219). Sum of RGB (Red+Green+Blue) = 17+104+219=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #1168DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168DB is #EE9724. Grayscale: #5A5A5A. Windows color (decimal): -15636261 or 14379025. OLE color: 14379025.
HSL color Cylindrical-coordinate representation of color #1168DB: hue angle of 214.16º 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 #1168DB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 104 | 219 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.14 |
| HSL | 214.16º | 0.86% | 0.46% | - |
| HSV(B) | 214.16º | 0.92% | 0.86% | - |
| XYZ | 17.97 | 15.13 | 68.99 | - |
| YUV | 91.1 | 200.18 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 219 | 0.92 | 0.53 | 0 | 0.14 | 214.16 | 0.86 | 0.46 |
| Hex | 11 | 68 | DB | 5C | 35 | 0 | E | D6 | 56 | 2E |
| Octal | 21 | 150 | 333 | 134 | 65 | 0 | 16 | 326 | 126 | 56 |
| Binary | 10001 | 1101000 | 11011011 | 1011100 | 110101 | 0 | 1110 | 11010110 | 1010110 | 101110 |
Color Harmonies of #1168DB
Complementary color
Monochromatic Colors of #1168DB
Black with #1168DB
Text Example
Text Example
White with #1168DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168DB; }
p { color: rgb(17,104,219); }
H1.HeaderClassName
{
color: #1168DB;
}
.AnyTagClassName
{
color: #1168DB;
}
</style>
background-color css
<style>
a { background-color: #1168DB; }
a { background-color: rgb(17,104,219); }
div.DivClassName
{
background-color: #1168DB;
}
.BgClassName
{
background-color: #1168DB;
}
</style>
border-color css
<style>
span { border-color: #1168DB; }
span { border-color: rgb(17,104,219); }
td.TdClassName
{
border-color: #1168DB;
}
.TagClassName
{
border-color: #1168DB;
}
</style>