Shades of Navy Blue #1171CC
Tints of Navy Blue #1171CC
RGB
CMYK
RGB Variations
Color information
#1171CC (or 0x1171CC) is known color: Navy Blue. HEX triplet: 11, 71 and CC. RGB value is (17,113,204). Sum of RGB (Red+Green+Blue) = 17+113+204=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #1171CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171CC is #EE8E33. Grayscale: #5E5E5E. Windows color (decimal): -15633972 or 13398289. OLE color: 13398289.
HSL color Cylindrical-coordinate representation of color #1171CC: hue angle of 209.2º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1171CC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 113 | 204 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.2 |
| HSL | 209.2º | 0.85% | 0.43% | - |
| HSV(B) | 209.2º | 0.92% | 0.8% | - |
| XYZ | 17.04 | 16.29 | 59.37 | - |
| YUV | 94.67 | 189.7 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 204 | 0.92 | 0.45 | 0 | 0.2 | 209.2 | 0.85 | 0.43 |
| Hex | 11 | 71 | CC | 5C | 2D | 0 | 14 | D1 | 55 | 2B |
| Octal | 21 | 161 | 314 | 134 | 55 | 0 | 24 | 321 | 125 | 53 |
| Binary | 10001 | 1110001 | 11001100 | 1011100 | 101101 | 0 | 10100 | 11010001 | 1010101 | 101011 |
Color Harmonies of #1171CC
Complementary color
Monochromatic Colors of #1171CC
Black with #1171CC
Text Example
Text Example
White with #1171CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171CC; }
p { color: rgb(17,113,204); }
H1.HeaderClassName
{
color: #1171CC;
}
.AnyTagClassName
{
color: #1171CC;
}
</style>
background-color css
<style>
a { background-color: #1171CC; }
a { background-color: rgb(17,113,204); }
div.DivClassName
{
background-color: #1171CC;
}
.BgClassName
{
background-color: #1171CC;
}
</style>
border-color css
<style>
span { border-color: #1171CC; }
span { border-color: rgb(17,113,204); }
td.TdClassName
{
border-color: #1171CC;
}
.TagClassName
{
border-color: #1171CC;
}
</style>