Shades of Navy Blue #1176D8
Tints of Navy Blue #1176D8
RGB
CMYK
RGB Variations
Color information
#1176D8 (or 0x1176D8) is known color: Navy Blue. HEX triplet: 11, 76 and D8. RGB value is (17,118,216). Sum of RGB (Red+Green+Blue) = 17+118+216=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #1176D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176D8 is #EE8927. Grayscale: #626262. Windows color (decimal): -15632680 or 14186001. OLE color: 14186001.
HSL color Cylindrical-coordinate representation of color #1176D8: hue angle of 209.55º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1176D8 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 118 | 216 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.15 |
| HSL | 209.55º | 0.85% | 0.46% | - |
| HSV(B) | 209.55º | 0.92% | 0.85% | - |
| XYZ | 19.1 | 18.03 | 67.44 | - |
| YUV | 98.97 | 194.04 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 216 | 0.92 | 0.45 | 0 | 0.15 | 209.55 | 0.85 | 0.46 |
| Hex | 11 | 76 | D8 | 5C | 2D | 0 | F | D2 | 55 | 2E |
| Octal | 21 | 166 | 330 | 134 | 55 | 0 | 17 | 322 | 125 | 56 |
| Binary | 10001 | 1110110 | 11011000 | 1011100 | 101101 | 0 | 1111 | 11010010 | 1010101 | 101110 |
Color Harmonies of #1176D8
Complementary color
Monochromatic Colors of #1176D8
Black with #1176D8
Text Example
Text Example
White with #1176D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176D8; }
p { color: rgb(17,118,216); }
H1.HeaderClassName
{
color: #1176D8;
}
.AnyTagClassName
{
color: #1176D8;
}
</style>
background-color css
<style>
a { background-color: #1176D8; }
a { background-color: rgb(17,118,216); }
div.DivClassName
{
background-color: #1176D8;
}
.BgClassName
{
background-color: #1176D8;
}
</style>
border-color css
<style>
span { border-color: #1176D8; }
span { border-color: rgb(17,118,216); }
td.TdClassName
{
border-color: #1176D8;
}
.TagClassName
{
border-color: #1176D8;
}
</style>