Shades of Navy Blue #1177DD
Tints of Navy Blue #1177DD
RGB
CMYK
RGB Variations
Color information
#1177DD (or 0x1177DD) is known color: Navy Blue. HEX triplet: 11, 77 and DD. RGB value is (17,119,221). Sum of RGB (Red+Green+Blue) = 17+119+221=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1177DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177DD is #EE8822. Grayscale: #636363. Windows color (decimal): -15632419 or 14513937. OLE color: 14513937.
HSL color Cylindrical-coordinate representation of color #1177DD: hue angle of 210º 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 #1177DD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 17 | 119 | 221 | - |
CMYK | 0.92 | 0.46 | 0 | 0.13 |
HSL | 210º | 0.86% | 0.47% | - |
HSV(B) | 210º | 0.92% | 0.87% | - |
XYZ | 19.88 | 18.53 | 70.94 | - |
YUV | 100.13 | 196.21 | 68.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 119 | 221 | 0.92 | 0.46 | 0 | 0.13 | 210 | 0.86 | 0.47 |
Hex | 11 | 77 | DD | 5C | 2E | 0 | D | D2 | 56 | 2F |
Octal | 21 | 167 | 335 | 134 | 56 | 0 | 15 | 322 | 126 | 57 |
Binary | 10001 | 1110111 | 11011101 | 1011100 | 101110 | 0 | 1101 | 11010010 | 1010110 | 101111 |
Color Harmonies of #1177DD
Complementary color
Monochromatic Colors of #1177DD
Black with #1177DD
Text Example
Text Example
White with #1177DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177DD; }
p { color: rgb(17,119,221); }
H1.HeaderClassName
{
color: #1177DD;
}
.AnyTagClassName
{
color: #1177DD;
}
</style>
background-color css
<style>
a { background-color: #1177DD; }
a { background-color: rgb(17,119,221); }
div.DivClassName
{
background-color: #1177DD;
}
.BgClassName
{
background-color: #1177DD;
}
</style>
border-color css
<style>
span { border-color: #1177DD; }
span { border-color: rgb(17,119,221); }
td.TdClassName
{
border-color: #1177DD;
}
.TagClassName
{
border-color: #1177DD;
}
</style>