Shades of Navy Blue #1159DD
Tints of Navy Blue #1159DD
RGB
CMYK
RGB Variations
Color information
#1159DD (or 0x1159DD) is known color: Navy Blue. HEX triplet: 11, 59 and DD. RGB value is (17,89,221). Sum of RGB (Red+Green+Blue) = 17+89+221=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #1159DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159DD is #EEA622. Grayscale: #515151. Windows color (decimal): -15640099 or 14506257. OLE color: 14506257.
HSL color Cylindrical-coordinate representation of color #1159DD: hue angle of 218.82º 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 #1159DD is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 89 | 221 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.13 |
| HSL | 218.82º | 0.86% | 0.47% | - |
| HSV(B) | 218.82º | 0.92% | 0.87% | - |
| XYZ | 16.85 | 12.48 | 69.93 | - |
| YUV | 82.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 221 | 0.92 | 0.60 | 0 | 0.13 | 218.82 | 0.86 | 0.47 |
| Hex | 11 | 59 | DD | 5C | 3C | 0 | D | DB | 56 | 2F |
| Octal | 21 | 131 | 335 | 134 | 74 | 0 | 15 | 333 | 126 | 57 |
| Binary | 10001 | 1011001 | 11011101 | 1011100 | 111100 | 0 | 1101 | 11011011 | 1010110 | 101111 |
Color Harmonies of #1159DD
Complementary color
Monochromatic Colors of #1159DD
Black with #1159DD
Text Example
Text Example
White with #1159DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159DD; }
p { color: rgb(17,89,221); }
H1.HeaderClassName
{
color: #1159DD;
}
.AnyTagClassName
{
color: #1159DD;
}
</style>
background-color css
<style>
a { background-color: #1159DD; }
a { background-color: rgb(17,89,221); }
div.DivClassName
{
background-color: #1159DD;
}
.BgClassName
{
background-color: #1159DD;
}
</style>
border-color css
<style>
span { border-color: #1159DD; }
span { border-color: rgb(17,89,221); }
td.TdClassName
{
border-color: #1159DD;
}
.TagClassName
{
border-color: #1159DD;
}
</style>