Shades of Navy Blue #1159DC
Tints of Navy Blue #1159DC
RGB
CMYK
RGB Variations
Color information
#1159DC (or 0x1159DC) is known color: Navy Blue. HEX triplet: 11, 59 and DC. RGB value is (17,89,220). Sum of RGB (Red+Green+Blue) = 17+89+220=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1159DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159DC is #EEA623. Grayscale: #515151. Windows color (decimal): -15640100 or 14440721. OLE color: 14440721.
HSL color Cylindrical-coordinate representation of color #1159DC: hue angle of 218.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1159DC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 89 | 220 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.14 |
| HSL | 218.72º | 0.86% | 0.46% | - |
| HSV(B) | 218.72º | 0.92% | 0.86% | - |
| XYZ | 16.72 | 12.43 | 69.23 | - |
| YUV | 82.41 | 205.65 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 220 | 0.92 | 0.60 | 0 | 0.14 | 218.72 | 0.86 | 0.46 |
| Hex | 11 | 59 | DC | 5C | 3C | 0 | E | DB | 56 | 2E |
| Octal | 21 | 131 | 334 | 134 | 74 | 0 | 16 | 333 | 126 | 56 |
| Binary | 10001 | 1011001 | 11011100 | 1011100 | 111100 | 0 | 1110 | 11011011 | 1010110 | 101110 |
Color Harmonies of #1159DC
Complementary color
Monochromatic Colors of #1159DC
Black with #1159DC
Text Example
Text Example
White with #1159DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159DC; }
p { color: rgb(17,89,220); }
H1.HeaderClassName
{
color: #1159DC;
}
.AnyTagClassName
{
color: #1159DC;
}
</style>
background-color css
<style>
a { background-color: #1159DC; }
a { background-color: rgb(17,89,220); }
div.DivClassName
{
background-color: #1159DC;
}
.BgClassName
{
background-color: #1159DC;
}
</style>
border-color css
<style>
span { border-color: #1159DC; }
span { border-color: rgb(17,89,220); }
td.TdClassName
{
border-color: #1159DC;
}
.TagClassName
{
border-color: #1159DC;
}
</style>