Shades of Navy Blue #1176DD
Tints of Navy Blue #1176DD
RGB
CMYK
RGB Variations
Color information
#1176DD (or 0x1176DD) is known color: Navy Blue. HEX triplet: 11, 76 and DD. RGB value is (17,118,221). Sum of RGB (Red+Green+Blue) = 17+118+221=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #1176DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176DD is #EE8922. Grayscale: #636363. Windows color (decimal): -15632675 or 14513681. OLE color: 14513681.
HSL color Cylindrical-coordinate representation of color #1176DD: hue angle of 210.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1176DD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 118 | 221 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.13 |
| HSL | 210.29º | 0.86% | 0.47% | - |
| HSV(B) | 210.29º | 0.92% | 0.87% | - |
| XYZ | 19.76 | 18.3 | 70.9 | - |
| YUV | 99.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 221 | 0.92 | 0.47 | 0 | 0.13 | 210.29 | 0.86 | 0.47 |
| Hex | 11 | 76 | DD | 5C | 2F | 0 | D | D2 | 56 | 2F |
| Octal | 21 | 166 | 335 | 134 | 57 | 0 | 15 | 322 | 126 | 57 |
| Binary | 10001 | 1110110 | 11011101 | 1011100 | 101111 | 0 | 1101 | 11010010 | 1010110 | 101111 |
Color Harmonies of #1176DD
Complementary color
Monochromatic Colors of #1176DD
Black with #1176DD
Text Example
Text Example
White with #1176DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176DD; }
p { color: rgb(17,118,221); }
H1.HeaderClassName
{
color: #1176DD;
}
.AnyTagClassName
{
color: #1176DD;
}
</style>
background-color css
<style>
a { background-color: #1176DD; }
a { background-color: rgb(17,118,221); }
div.DivClassName
{
background-color: #1176DD;
}
.BgClassName
{
background-color: #1176DD;
}
</style>
border-color css
<style>
span { border-color: #1176DD; }
span { border-color: rgb(17,118,221); }
td.TdClassName
{
border-color: #1176DD;
}
.TagClassName
{
border-color: #1176DD;
}
</style>