Shades of Navy Blue #1173DD
Tints of Navy Blue #1173DD
RGB
CMYK
RGB Variations
Color information
#1173DD (or 0x1173DD) is known color: Navy Blue. HEX triplet: 11, 73 and DD. RGB value is (17,115,221). Sum of RGB (Red+Green+Blue) = 17+115+221=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #1173DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173DD is #EE8C22. Grayscale: #616161. Windows color (decimal): -15633443 or 14512913. OLE color: 14512913.
HSL color Cylindrical-coordinate representation of color #1173DD: hue angle of 211.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1173DD is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 115 | 221 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.13 |
| HSL | 211.18º | 0.86% | 0.47% | - |
| HSV(B) | 211.18º | 0.92% | 0.87% | - |
| XYZ | 19.41 | 17.6 | 70.78 | - |
| YUV | 97.78 | 197.53 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 221 | 0.92 | 0.48 | 0 | 0.13 | 211.18 | 0.86 | 0.47 |
| Hex | 11 | 73 | DD | 5C | 30 | 0 | D | D3 | 56 | 2F |
| Octal | 21 | 163 | 335 | 134 | 60 | 0 | 15 | 323 | 126 | 57 |
| Binary | 10001 | 1110011 | 11011101 | 1011100 | 110000 | 0 | 1101 | 11010011 | 1010110 | 101111 |
Color Harmonies of #1173DD
Complementary color
Monochromatic Colors of #1173DD
Black with #1173DD
Text Example
Text Example
White with #1173DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1173DD; }
p { color: rgb(17,115,221); }
H1.HeaderClassName
{
color: #1173DD;
}
.AnyTagClassName
{
color: #1173DD;
}
</style>
background-color css
<style>
a { background-color: #1173DD; }
a { background-color: rgb(17,115,221); }
div.DivClassName
{
background-color: #1173DD;
}
.BgClassName
{
background-color: #1173DD;
}
</style>
border-color css
<style>
span { border-color: #1173DD; }
span { border-color: rgb(17,115,221); }
td.TdClassName
{
border-color: #1173DD;
}
.TagClassName
{
border-color: #1173DD;
}
</style>