Shades of Navy Blue #1173CD
Tints of Navy Blue #1173CD
RGB
CMYK
RGB Variations
Color information
#1173CD (or 0x1173CD) is known color: Navy Blue. HEX triplet: 11, 73 and CD. RGB value is (17,115,205). Sum of RGB (Red+Green+Blue) = 17+115+205=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #1173CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173CD is #EE8C32. Grayscale: #5F5F5F. Windows color (decimal): -15633459 or 13464337. OLE color: 13464337.
HSL color Cylindrical-coordinate representation of color #1173CD: hue angle of 208.72º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1173CD is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 115 | 205 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.20 |
| HSL | 208.72º | 0.85% | 0.44% | - |
| HSV(B) | 208.72º | 0.92% | 0.8% | - |
| XYZ | 17.38 | 16.79 | 60.08 | - |
| YUV | 95.96 | 189.53 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 205 | 0.92 | 0.44 | 0 | 0.20 | 208.72 | 0.85 | 0.44 |
| Hex | 11 | 73 | CD | 5C | 2C | 0 | 14 | D1 | 55 | 2C |
| Octal | 21 | 163 | 315 | 134 | 54 | 0 | 24 | 321 | 125 | 54 |
| Binary | 10001 | 1110011 | 11001101 | 1011100 | 101100 | 0 | 10100 | 11010001 | 1010101 | 101100 |
Color Harmonies of #1173CD
Complementary color
Monochromatic Colors of #1173CD
Black with #1173CD
Text Example
Text Example
White with #1173CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1173CD; }
p { color: rgb(17,115,205); }
H1.HeaderClassName
{
color: #1173CD;
}
.AnyTagClassName
{
color: #1173CD;
}
</style>
background-color css
<style>
a { background-color: #1173CD; }
a { background-color: rgb(17,115,205); }
div.DivClassName
{
background-color: #1173CD;
}
.BgClassName
{
background-color: #1173CD;
}
</style>
border-color css
<style>
span { border-color: #1173CD; }
span { border-color: rgb(17,115,205); }
td.TdClassName
{
border-color: #1173CD;
}
.TagClassName
{
border-color: #1173CD;
}
</style>