Shades of Navy Blue #1177C5
Tints of Navy Blue #1177C5
RGB
CMYK
RGB Variations
Color information
#1177C5 (or 0x1177C5) is known color: Navy Blue. HEX triplet: 11, 77 and C5. RGB value is (17,119,197). Sum of RGB (Red+Green+Blue) = 17+119+197=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #1177C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177C5 is #EE883A. Grayscale: #606060. Windows color (decimal): -15632443 or 12941073. OLE color: 12941073.
HSL color Cylindrical-coordinate representation of color #1177C5: hue angle of 206º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1177C5 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 119 | 197 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.23 |
| HSL | 206º | 0.84% | 0.42% | - |
| HSV(B) | 206º | 0.91% | 0.77% | - |
| XYZ | 16.91 | 17.34 | 55.28 | - |
| YUV | 97.39 | 184.21 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 197 | 0.91 | 0.40 | 0 | 0.23 | 206 | 0.84 | 0.42 |
| Hex | 11 | 77 | C5 | 5B | 28 | 0 | 17 | CE | 54 | 2A |
| Octal | 21 | 167 | 305 | 133 | 50 | 0 | 27 | 316 | 124 | 52 |
| Binary | 10001 | 1110111 | 11000101 | 1011011 | 101000 | 0 | 10111 | 11001110 | 1010100 | 101010 |
Color Harmonies of #1177C5
Complementary color
Monochromatic Colors of #1177C5
Black with #1177C5
Text Example
Text Example
White with #1177C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177C5; }
p { color: rgb(17,119,197); }
H1.HeaderClassName
{
color: #1177C5;
}
.AnyTagClassName
{
color: #1177C5;
}
</style>
background-color css
<style>
a { background-color: #1177C5; }
a { background-color: rgb(17,119,197); }
div.DivClassName
{
background-color: #1177C5;
}
.BgClassName
{
background-color: #1177C5;
}
</style>
border-color css
<style>
span { border-color: #1177C5; }
span { border-color: rgb(17,119,197); }
td.TdClassName
{
border-color: #1177C5;
}
.TagClassName
{
border-color: #1177C5;
}
</style>