Shades of Navy Blue #1176C5
Tints of Navy Blue #1176C5
RGB
CMYK
RGB Variations
Color information
#1176C5 (or 0x1176C5) is known color: Navy Blue. HEX triplet: 11, 76 and C5. RGB value is (17,118,197). Sum of RGB (Red+Green+Blue) = 17+118+197=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #1176C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176C5 is #EE893A. Grayscale: #606060. Windows color (decimal): -15632699 or 12940817. OLE color: 12940817.
HSL color Cylindrical-coordinate representation of color #1176C5: hue angle of 206.33º 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 #1176C5 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 118 | 197 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.23 |
| HSL | 206.33º | 0.84% | 0.42% | - |
| HSV(B) | 206.33º | 0.91% | 0.77% | - |
| XYZ | 16.79 | 17.11 | 55.24 | - |
| YUV | 96.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 197 | 0.91 | 0.40 | 0 | 0.23 | 206.33 | 0.84 | 0.42 |
| Hex | 11 | 76 | C5 | 5B | 28 | 0 | 17 | CE | 54 | 2A |
| Octal | 21 | 166 | 305 | 133 | 50 | 0 | 27 | 316 | 124 | 52 |
| Binary | 10001 | 1110110 | 11000101 | 1011011 | 101000 | 0 | 10111 | 11001110 | 1010100 | 101010 |
Color Harmonies of #1176C5
Complementary color
Monochromatic Colors of #1176C5
Black with #1176C5
Text Example
Text Example
White with #1176C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176C5; }
p { color: rgb(17,118,197); }
H1.HeaderClassName
{
color: #1176C5;
}
.AnyTagClassName
{
color: #1176C5;
}
</style>
background-color css
<style>
a { background-color: #1176C5; }
a { background-color: rgb(17,118,197); }
div.DivClassName
{
background-color: #1176C5;
}
.BgClassName
{
background-color: #1176C5;
}
</style>
border-color css
<style>
span { border-color: #1176C5; }
span { border-color: rgb(17,118,197); }
td.TdClassName
{
border-color: #1176C5;
}
.TagClassName
{
border-color: #1176C5;
}
</style>