Shades of Navy Blue #1171CE
Tints of Navy Blue #1171CE
RGB
CMYK
RGB Variations
Color information
#1171CE (or 0x1171CE) is known color: Navy Blue. HEX triplet: 11, 71 and CE. RGB value is (17,113,206). Sum of RGB (Red+Green+Blue) = 17+113+206=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #1171CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171CE is #EE8E31. Grayscale: #5E5E5E. Windows color (decimal): -15633970 or 13529361. OLE color: 13529361.
HSL color Cylindrical-coordinate representation of color #1171CE: hue angle of 209.52º 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 #1171CE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 113 | 206 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.19 |
| HSL | 209.52º | 0.85% | 0.44% | - |
| HSV(B) | 209.52º | 0.92% | 0.81% | - |
| XYZ | 17.28 | 16.39 | 60.64 | - |
| YUV | 94.9 | 190.7 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 206 | 0.92 | 0.45 | 0 | 0.19 | 209.52 | 0.85 | 0.44 |
| Hex | 11 | 71 | CE | 5C | 2D | 0 | 13 | D2 | 55 | 2C |
| Octal | 21 | 161 | 316 | 134 | 55 | 0 | 23 | 322 | 125 | 54 |
| Binary | 10001 | 1110001 | 11001110 | 1011100 | 101101 | 0 | 10011 | 11010010 | 1010101 | 101100 |
Color Harmonies of #1171CE
Complementary color
Monochromatic Colors of #1171CE
Black with #1171CE
Text Example
Text Example
White with #1171CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171CE; }
p { color: rgb(17,113,206); }
H1.HeaderClassName
{
color: #1171CE;
}
.AnyTagClassName
{
color: #1171CE;
}
</style>
background-color css
<style>
a { background-color: #1171CE; }
a { background-color: rgb(17,113,206); }
div.DivClassName
{
background-color: #1171CE;
}
.BgClassName
{
background-color: #1171CE;
}
</style>
border-color css
<style>
span { border-color: #1171CE; }
span { border-color: rgb(17,113,206); }
td.TdClassName
{
border-color: #1171CE;
}
.TagClassName
{
border-color: #1171CE;
}
</style>