Shades of Navy Blue #1160DC
Tints of Navy Blue #1160DC
RGB
CMYK
RGB Variations
Color information
#1160DC (or 0x1160DC) is known color: Navy Blue. HEX triplet: 11, 60 and DC. RGB value is (17,96,220). Sum of RGB (Red+Green+Blue) = 17+96+220=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #1160DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1160DC is #EE9F23. Grayscale: #555555. Windows color (decimal): -15638308 or 14442513. OLE color: 14442513.
HSL color Cylindrical-coordinate representation of color #1160DC: hue angle of 216.65º 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 #1160DC is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 96 | 220 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.14 |
| HSL | 216.65º | 0.86% | 0.46% | - |
| HSV(B) | 216.65º | 0.92% | 0.86% | - |
| XYZ | 17.33 | 13.65 | 69.43 | - |
| YUV | 86.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 220 | 0.92 | 0.56 | 0 | 0.14 | 216.65 | 0.86 | 0.46 |
| Hex | 11 | 60 | DC | 5C | 38 | 0 | E | D9 | 56 | 2E |
| Octal | 21 | 140 | 334 | 134 | 70 | 0 | 16 | 331 | 126 | 56 |
| Binary | 10001 | 1100000 | 11011100 | 1011100 | 111000 | 0 | 1110 | 11011001 | 1010110 | 101110 |
Color Harmonies of #1160DC
Complementary color
Monochromatic Colors of #1160DC
Black with #1160DC
Text Example
Text Example
White with #1160DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1160DC; }
p { color: rgb(17,96,220); }
H1.HeaderClassName
{
color: #1160DC;
}
.AnyTagClassName
{
color: #1160DC;
}
</style>
background-color css
<style>
a { background-color: #1160DC; }
a { background-color: rgb(17,96,220); }
div.DivClassName
{
background-color: #1160DC;
}
.BgClassName
{
background-color: #1160DC;
}
</style>
border-color css
<style>
span { border-color: #1160DC; }
span { border-color: rgb(17,96,220); }
td.TdClassName
{
border-color: #1160DC;
}
.TagClassName
{
border-color: #1160DC;
}
</style>