Shades of Navy Blue #1159D6
Tints of Navy Blue #1159D6
RGB
CMYK
RGB Variations
Color information
#1159D6 (or 0x1159D6) is known color: Navy Blue. HEX triplet: 11, 59 and D6. RGB value is (17,89,214). Sum of RGB (Red+Green+Blue) = 17+89+214=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #1159D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159D6 is #EEA629. Grayscale: #515151. Windows color (decimal): -15640106 or 14047505. OLE color: 14047505.
HSL color Cylindrical-coordinate representation of color #1159D6: hue angle of 218.07º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1159D6 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 89 | 214 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.16 |
| HSL | 218.07º | 0.85% | 0.45% | - |
| HSV(B) | 218.07º | 0.92% | 0.84% | - |
| XYZ | 15.94 | 12.12 | 65.12 | - |
| YUV | 81.72 | 202.65 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 214 | 0.92 | 0.58 | 0 | 0.16 | 218.07 | 0.85 | 0.45 |
| Hex | 11 | 59 | D6 | 5C | 3A | 0 | 10 | DA | 55 | 2D |
| Octal | 21 | 131 | 326 | 134 | 72 | 0 | 20 | 332 | 125 | 55 |
| Binary | 10001 | 1011001 | 11010110 | 1011100 | 111010 | 0 | 10000 | 11011010 | 1010101 | 101101 |
Color Harmonies of #1159D6
Complementary color
Monochromatic Colors of #1159D6
Black with #1159D6
Text Example
Text Example
White with #1159D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159D6; }
p { color: rgb(17,89,214); }
H1.HeaderClassName
{
color: #1159D6;
}
.AnyTagClassName
{
color: #1159D6;
}
</style>
background-color css
<style>
a { background-color: #1159D6; }
a { background-color: rgb(17,89,214); }
div.DivClassName
{
background-color: #1159D6;
}
.BgClassName
{
background-color: #1159D6;
}
</style>
border-color css
<style>
span { border-color: #1159D6; }
span { border-color: rgb(17,89,214); }
td.TdClassName
{
border-color: #1159D6;
}
.TagClassName
{
border-color: #1159D6;
}
</style>