Shades of Navy Blue #1176DC
Tints of Navy Blue #1176DC
RGB
CMYK
RGB Variations
Color information
#1176DC (or 0x1176DC) is known color: Navy Blue. HEX triplet: 11, 76 and DC. RGB value is (17,118,220). Sum of RGB (Red+Green+Blue) = 17+118+220=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #1176DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176DC is #EE8923. Grayscale: #626262. Windows color (decimal): -15632676 or 14448145. OLE color: 14448145.
HSL color Cylindrical-coordinate representation of color #1176DC: hue angle of 210.15º 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 #1176DC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 118 | 220 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.14 |
| HSL | 210.15º | 0.86% | 0.46% | - |
| HSV(B) | 210.15º | 0.92% | 0.86% | - |
| XYZ | 19.63 | 18.24 | 70.2 | - |
| YUV | 99.43 | 196.04 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 220 | 0.92 | 0.46 | 0 | 0.14 | 210.15 | 0.86 | 0.46 |
| Hex | 11 | 76 | DC | 5C | 2E | 0 | E | D2 | 56 | 2E |
| Octal | 21 | 166 | 334 | 134 | 56 | 0 | 16 | 322 | 126 | 56 |
| Binary | 10001 | 1110110 | 11011100 | 1011100 | 101110 | 0 | 1110 | 11010010 | 1010110 | 101110 |
Color Harmonies of #1176DC
Complementary color
Monochromatic Colors of #1176DC
Black with #1176DC
Text Example
Text Example
White with #1176DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176DC; }
p { color: rgb(17,118,220); }
H1.HeaderClassName
{
color: #1176DC;
}
.AnyTagClassName
{
color: #1176DC;
}
</style>
background-color css
<style>
a { background-color: #1176DC; }
a { background-color: rgb(17,118,220); }
div.DivClassName
{
background-color: #1176DC;
}
.BgClassName
{
background-color: #1176DC;
}
</style>
border-color css
<style>
span { border-color: #1176DC; }
span { border-color: rgb(17,118,220); }
td.TdClassName
{
border-color: #1176DC;
}
.TagClassName
{
border-color: #1176DC;
}
</style>