Shades of Navy Blue #1171DC
Tints of Navy Blue #1171DC
RGB
CMYK
RGB Variations
Color information
#1171DC (or 0x1171DC) is known color: Navy Blue. HEX triplet: 11, 71 and DC. RGB value is (17,113,220). Sum of RGB (Red+Green+Blue) = 17+113+220=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #1171DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171DC is #EE8E23. Grayscale: #5F5F5F. Windows color (decimal): -15633956 or 14446865. OLE color: 14446865.
HSL color Cylindrical-coordinate representation of color #1171DC: hue angle of 211.63º 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 #1171DC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 113 | 220 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.14 |
| HSL | 211.63º | 0.86% | 0.46% | - |
| HSV(B) | 211.63º | 0.92% | 0.86% | - |
| XYZ | 19.05 | 17.1 | 70.01 | - |
| YUV | 96.49 | 197.7 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 220 | 0.92 | 0.49 | 0 | 0.14 | 211.63 | 0.86 | 0.46 |
| Hex | 11 | 71 | DC | 5C | 31 | 0 | E | D4 | 56 | 2E |
| Octal | 21 | 161 | 334 | 134 | 61 | 0 | 16 | 324 | 126 | 56 |
| Binary | 10001 | 1110001 | 11011100 | 1011100 | 110001 | 0 | 1110 | 11010100 | 1010110 | 101110 |
Color Harmonies of #1171DC
Complementary color
Monochromatic Colors of #1171DC
Black with #1171DC
Text Example
Text Example
White with #1171DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171DC; }
p { color: rgb(17,113,220); }
H1.HeaderClassName
{
color: #1171DC;
}
.AnyTagClassName
{
color: #1171DC;
}
</style>
background-color css
<style>
a { background-color: #1171DC; }
a { background-color: rgb(17,113,220); }
div.DivClassName
{
background-color: #1171DC;
}
.BgClassName
{
background-color: #1171DC;
}
</style>
border-color css
<style>
span { border-color: #1171DC; }
span { border-color: rgb(17,113,220); }
td.TdClassName
{
border-color: #1171DC;
}
.TagClassName
{
border-color: #1171DC;
}
</style>