Shades of Navy Blue #1177CE
Tints of Navy Blue #1177CE
RGB
CMYK
RGB Variations
Color information
#1177CE (or 0x1177CE) is known color: Navy Blue. HEX triplet: 11, 77 and CE. RGB value is (17,119,206). Sum of RGB (Red+Green+Blue) = 17+119+206=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1177CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177CE is #EE8831. Grayscale: #616161. Windows color (decimal): -15632434 or 13530897. OLE color: 13530897.
HSL color Cylindrical-coordinate representation of color #1177CE: hue angle of 207.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1177CE is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 119 | 206 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.19 |
| HSL | 207.62º | 0.85% | 0.44% | - |
| HSV(B) | 207.62º | 0.92% | 0.81% | - |
| XYZ | 17.97 | 17.77 | 60.88 | - |
| YUV | 98.42 | 188.71 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 206 | 0.92 | 0.42 | 0 | 0.19 | 207.62 | 0.85 | 0.44 |
| Hex | 11 | 77 | CE | 5C | 2A | 0 | 13 | D0 | 55 | 2C |
| Octal | 21 | 167 | 316 | 134 | 52 | 0 | 23 | 320 | 125 | 54 |
| Binary | 10001 | 1110111 | 11001110 | 1011100 | 101010 | 0 | 10011 | 11010000 | 1010101 | 101100 |
Color Harmonies of #1177CE
Complementary color
Monochromatic Colors of #1177CE
Black with #1177CE
Text Example
Text Example
White with #1177CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177CE; }
p { color: rgb(17,119,206); }
H1.HeaderClassName
{
color: #1177CE;
}
.AnyTagClassName
{
color: #1177CE;
}
</style>
background-color css
<style>
a { background-color: #1177CE; }
a { background-color: rgb(17,119,206); }
div.DivClassName
{
background-color: #1177CE;
}
.BgClassName
{
background-color: #1177CE;
}
</style>
border-color css
<style>
span { border-color: #1177CE; }
span { border-color: rgb(17,119,206); }
td.TdClassName
{
border-color: #1177CE;
}
.TagClassName
{
border-color: #1177CE;
}
</style>