Shades of Navy Blue #1159EF
Tints of Navy Blue #1159EF
RGB
CMYK
RGB Variations
Color information
#1159EF (or 0x1159EF) is known color: Navy Blue. HEX triplet: 11, 59 and EF. RGB value is (17,89,239). Sum of RGB (Red+Green+Blue) = 17+89+239=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #1159EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1159EF is #EEA610. Grayscale: #535353. Windows color (decimal): -15640081 or 15685905. OLE color: 15685905.
HSL color Cylindrical-coordinate representation of color #1159EF: hue angle of 220.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1159EF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 89 | 239 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.06 |
| HSL | 220.54º | 0.87% | 0.5% | - |
| HSV(B) | 220.54º | 0.93% | 0.94% | - |
| XYZ | 19.38 | 13.5 | 83.24 | - |
| YUV | 84.57 | 215.15 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 239 | 0.93 | 0.63 | 0 | 0.06 | 220.54 | 0.87 | 0.5 |
| Hex | 11 | 59 | EF | 5D | 3F | 0 | 6 | DD | 57 | 32 |
| Octal | 21 | 131 | 357 | 135 | 77 | 0 | 6 | 335 | 127 | 62 |
| Binary | 10001 | 1011001 | 11101111 | 1011101 | 111111 | 0 | 110 | 11011101 | 1010111 | 110010 |
Color Harmonies of #1159EF
Complementary color
Monochromatic Colors of #1159EF
Black with #1159EF
Text Example
Text Example
White with #1159EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159EF; }
p { color: rgb(17,89,239); }
H1.HeaderClassName
{
color: #1159EF;
}
.AnyTagClassName
{
color: #1159EF;
}
</style>
background-color css
<style>
a { background-color: #1159EF; }
a { background-color: rgb(17,89,239); }
div.DivClassName
{
background-color: #1159EF;
}
.BgClassName
{
background-color: #1159EF;
}
</style>
border-color css
<style>
span { border-color: #1159EF; }
span { border-color: rgb(17,89,239); }
td.TdClassName
{
border-color: #1159EF;
}
.TagClassName
{
border-color: #1159EF;
}
</style>