Shades of Navy Blue #1177CC
Tints of Navy Blue #1177CC
RGB
CMYK
RGB Variations
Color information
#1177CC (or 0x1177CC) is known color: Navy Blue. HEX triplet: 11, 77 and CC. RGB value is (17,119,204). Sum of RGB (Red+Green+Blue) = 17+119+204=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #1177CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177CC is #EE8833. Grayscale: #616161. Windows color (decimal): -15632436 or 13399825. OLE color: 13399825.
HSL color Cylindrical-coordinate representation of color #1177CC: hue angle of 207.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1177CC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 119 | 204 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.2 |
| HSL | 207.27º | 0.85% | 0.43% | - |
| HSV(B) | 207.27º | 0.92% | 0.8% | - |
| XYZ | 17.73 | 17.67 | 59.6 | - |
| YUV | 98.19 | 187.71 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 204 | 0.92 | 0.42 | 0 | 0.2 | 207.27 | 0.85 | 0.43 |
| Hex | 11 | 77 | CC | 5C | 2A | 0 | 14 | CF | 55 | 2B |
| Octal | 21 | 167 | 314 | 134 | 52 | 0 | 24 | 317 | 125 | 53 |
| Binary | 10001 | 1110111 | 11001100 | 1011100 | 101010 | 0 | 10100 | 11001111 | 1010101 | 101011 |
Color Harmonies of #1177CC
Complementary color
Monochromatic Colors of #1177CC
Black with #1177CC
Text Example
Text Example
White with #1177CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177CC; }
p { color: rgb(17,119,204); }
H1.HeaderClassName
{
color: #1177CC;
}
.AnyTagClassName
{
color: #1177CC;
}
</style>
background-color css
<style>
a { background-color: #1177CC; }
a { background-color: rgb(17,119,204); }
div.DivClassName
{
background-color: #1177CC;
}
.BgClassName
{
background-color: #1177CC;
}
</style>
border-color css
<style>
span { border-color: #1177CC; }
span { border-color: rgb(17,119,204); }
td.TdClassName
{
border-color: #1177CC;
}
.TagClassName
{
border-color: #1177CC;
}
</style>