Shades of Navy Blue #1176CE
Tints of Navy Blue #1176CE
RGB
CMYK
RGB Variations
Color information
#1176CE (or 0x1176CE) is known color: Navy Blue. HEX triplet: 11, 76 and CE. RGB value is (17,118,206). Sum of RGB (Red+Green+Blue) = 17+118+206=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1176CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176CE is #EE8931. Grayscale: #616161. Windows color (decimal): -15632690 or 13530641. OLE color: 13530641.
HSL color Cylindrical-coordinate representation of color #1176CE: hue angle of 207.94º 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 #1176CE is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 118 | 206 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.19 |
| HSL | 207.94º | 0.85% | 0.44% | - |
| HSV(B) | 207.94º | 0.92% | 0.81% | - |
| XYZ | 17.85 | 17.53 | 60.84 | - |
| YUV | 97.83 | 189.04 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 206 | 0.92 | 0.43 | 0 | 0.19 | 207.94 | 0.85 | 0.44 |
| Hex | 11 | 76 | CE | 5C | 2B | 0 | 13 | D0 | 55 | 2C |
| Octal | 21 | 166 | 316 | 134 | 53 | 0 | 23 | 320 | 125 | 54 |
| Binary | 10001 | 1110110 | 11001110 | 1011100 | 101011 | 0 | 10011 | 11010000 | 1010101 | 101100 |
Color Harmonies of #1176CE
Complementary color
Monochromatic Colors of #1176CE
Black with #1176CE
Text Example
Text Example
White with #1176CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176CE; }
p { color: rgb(17,118,206); }
H1.HeaderClassName
{
color: #1176CE;
}
.AnyTagClassName
{
color: #1176CE;
}
</style>
background-color css
<style>
a { background-color: #1176CE; }
a { background-color: rgb(17,118,206); }
div.DivClassName
{
background-color: #1176CE;
}
.BgClassName
{
background-color: #1176CE;
}
</style>
border-color css
<style>
span { border-color: #1176CE; }
span { border-color: rgb(17,118,206); }
td.TdClassName
{
border-color: #1176CE;
}
.TagClassName
{
border-color: #1176CE;
}
</style>