Shades of Navy Blue #1176D1
Tints of Navy Blue #1176D1
RGB
CMYK
RGB Variations
Color information
#1176D1 (or 0x1176D1) is known color: Navy Blue. HEX triplet: 11, 76 and D1. RGB value is (17,118,209). Sum of RGB (Red+Green+Blue) = 17+118+209=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #1176D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176D1 is #EE892E. Grayscale: #616161. Windows color (decimal): -15632687 or 13727249. OLE color: 13727249.
HSL color Cylindrical-coordinate representation of color #1176D1: hue angle of 208.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1176D1 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 118 | 209 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.18 |
| HSL | 208.44º | 0.85% | 0.44% | - |
| HSV(B) | 208.44º | 0.92% | 0.82% | - |
| XYZ | 18.22 | 17.68 | 62.77 | - |
| YUV | 98.18 | 190.54 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 209 | 0.92 | 0.44 | 0 | 0.18 | 208.44 | 0.85 | 0.44 |
| Hex | 11 | 76 | D1 | 5C | 2C | 0 | 12 | D0 | 55 | 2C |
| Octal | 21 | 166 | 321 | 134 | 54 | 0 | 22 | 320 | 125 | 54 |
| Binary | 10001 | 1110110 | 11010001 | 1011100 | 101100 | 0 | 10010 | 11010000 | 1010101 | 101100 |
Color Harmonies of #1176D1
Complementary color
Monochromatic Colors of #1176D1
Black with #1176D1
Text Example
Text Example
White with #1176D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176D1; }
p { color: rgb(17,118,209); }
H1.HeaderClassName
{
color: #1176D1;
}
.AnyTagClassName
{
color: #1176D1;
}
</style>
background-color css
<style>
a { background-color: #1176D1; }
a { background-color: rgb(17,118,209); }
div.DivClassName
{
background-color: #1176D1;
}
.BgClassName
{
background-color: #1176D1;
}
</style>
border-color css
<style>
span { border-color: #1176D1; }
span { border-color: rgb(17,118,209); }
td.TdClassName
{
border-color: #1176D1;
}
.TagClassName
{
border-color: #1176D1;
}
</style>