Shades of Navy Blue #1171CB
Tints of Navy Blue #1171CB
RGB
CMYK
RGB Variations
Color information
#1171CB (or 0x1171CB) is known color: Navy Blue. HEX triplet: 11, 71 and CB. RGB value is (17,113,203). Sum of RGB (Red+Green+Blue) = 17+113+203=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #1171CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171CB is #EE8E34. Grayscale: #5E5E5E. Windows color (decimal): -15633973 or 13332753. OLE color: 13332753.
HSL color Cylindrical-coordinate representation of color #1171CB: hue angle of 209.03º 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 #1171CB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 113 | 203 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.20 |
| HSL | 209.03º | 0.85% | 0.43% | - |
| HSV(B) | 209.03º | 0.92% | 0.8% | - |
| XYZ | 16.92 | 16.24 | 58.74 | - |
| YUV | 94.56 | 189.2 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 203 | 0.92 | 0.44 | 0 | 0.20 | 209.03 | 0.85 | 0.43 |
| Hex | 11 | 71 | CB | 5C | 2C | 0 | 14 | D1 | 55 | 2B |
| Octal | 21 | 161 | 313 | 134 | 54 | 0 | 24 | 321 | 125 | 53 |
| Binary | 10001 | 1110001 | 11001011 | 1011100 | 101100 | 0 | 10100 | 11010001 | 1010101 | 101011 |
Color Harmonies of #1171CB
Complementary color
Monochromatic Colors of #1171CB
Black with #1171CB
Text Example
Text Example
White with #1171CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171CB; }
p { color: rgb(17,113,203); }
H1.HeaderClassName
{
color: #1171CB;
}
.AnyTagClassName
{
color: #1171CB;
}
</style>
background-color css
<style>
a { background-color: #1171CB; }
a { background-color: rgb(17,113,203); }
div.DivClassName
{
background-color: #1171CB;
}
.BgClassName
{
background-color: #1171CB;
}
</style>
border-color css
<style>
span { border-color: #1171CB; }
span { border-color: rgb(17,113,203); }
td.TdClassName
{
border-color: #1171CB;
}
.TagClassName
{
border-color: #1171CB;
}
</style>