Shades of Navy Blue #1164DB
Tints of Navy Blue #1164DB
RGB
CMYK
RGB Variations
Color information
#1164DB (or 0x1164DB) is known color: Navy Blue. HEX triplet: 11, 64 and DB. RGB value is (17,100,219). Sum of RGB (Red+Green+Blue) = 17+100+219=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #1164DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1164DB is #EE9B24. Grayscale: #585858. Windows color (decimal): -15637285 or 14378001. OLE color: 14378001.
HSL color Cylindrical-coordinate representation of color #1164DB: hue angle of 215.35º 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 #1164DB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 100 | 219 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.14 |
| HSL | 215.35º | 0.86% | 0.46% | - |
| HSV(B) | 215.35º | 0.92% | 0.86% | - |
| XYZ | 17.57 | 14.35 | 68.86 | - |
| YUV | 88.75 | 201.5 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 219 | 0.92 | 0.54 | 0 | 0.14 | 215.35 | 0.86 | 0.46 |
| Hex | 11 | 64 | DB | 5C | 36 | 0 | E | D7 | 56 | 2E |
| Octal | 21 | 144 | 333 | 134 | 66 | 0 | 16 | 327 | 126 | 56 |
| Binary | 10001 | 1100100 | 11011011 | 1011100 | 110110 | 0 | 1110 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1164DB
Complementary color
Monochromatic Colors of #1164DB
Black with #1164DB
Text Example
Text Example
White with #1164DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1164DB; }
p { color: rgb(17,100,219); }
H1.HeaderClassName
{
color: #1164DB;
}
.AnyTagClassName
{
color: #1164DB;
}
</style>
background-color css
<style>
a { background-color: #1164DB; }
a { background-color: rgb(17,100,219); }
div.DivClassName
{
background-color: #1164DB;
}
.BgClassName
{
background-color: #1164DB;
}
</style>
border-color css
<style>
span { border-color: #1164DB; }
span { border-color: rgb(17,100,219); }
td.TdClassName
{
border-color: #1164DB;
}
.TagClassName
{
border-color: #1164DB;
}
</style>