Shades of Navy Blue #1159E3
Tints of Navy Blue #1159E3
RGB
CMYK
RGB Variations
Color information
#1159E3 (or 0x1159E3) is known color: Navy Blue. HEX triplet: 11, 59 and E3. RGB value is (17,89,227). Sum of RGB (Red+Green+Blue) = 17+89+227=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 227 (89.06% from 255 or 68.17% from 333); Max value from RGB is 227 - color contains mainly: blue. Hex color #1159E3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159E3 is #EEA61C. Grayscale: #525252. Windows color (decimal): -15640093 or 14899473. OLE color: 14899473.
HSL color Cylindrical-coordinate representation of color #1159E3: hue angle of 219.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1159E3 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 89 | 227 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.11 |
| HSL | 219.43º | 0.86% | 0.48% | - |
| HSV(B) | 219.43º | 0.93% | 0.89% | - |
| XYZ | 17.67 | 12.81 | 74.21 | - |
| YUV | 83.2 | 209.15 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 227 | 0.93 | 0.61 | 0 | 0.11 | 219.43 | 0.86 | 0.48 |
| Hex | 11 | 59 | E3 | 5D | 3D | 0 | B | DB | 56 | 30 |
| Octal | 21 | 131 | 343 | 135 | 75 | 0 | 13 | 333 | 126 | 60 |
| Binary | 10001 | 1011001 | 11100011 | 1011101 | 111101 | 0 | 1011 | 11011011 | 1010110 | 110000 |
Color Harmonies of #1159E3
Complementary color
Monochromatic Colors of #1159E3
Black with #1159E3
Text Example
Text Example
White with #1159E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159E3; }
p { color: rgb(17,89,227); }
H1.HeaderClassName
{
color: #1159E3;
}
.AnyTagClassName
{
color: #1159E3;
}
</style>
background-color css
<style>
a { background-color: #1159E3; }
a { background-color: rgb(17,89,227); }
div.DivClassName
{
background-color: #1159E3;
}
.BgClassName
{
background-color: #1159E3;
}
</style>
border-color css
<style>
span { border-color: #1159E3; }
span { border-color: rgb(17,89,227); }
td.TdClassName
{
border-color: #1159E3;
}
.TagClassName
{
border-color: #1159E3;
}
</style>