Shades of Navy Blue #1159FF
Tints of Navy Blue #1159FF
RGB
CMYK
RGB Variations
Color information
#1159FF (or 0x1159FF) is known color: Navy Blue. HEX triplet: 11, 59 and FF. RGB value is (17,89,255). Sum of RGB (Red+Green+Blue) = 17+89+255=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1159FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1159FF is #EEA600. Grayscale: #555555. Windows color (decimal): -15640065 or 16734481. OLE color: 16734481.
HSL color Cylindrical-coordinate representation of color #1159FF: hue angle of 221.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1159FF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 89 | 255 | - |
| CMYK | 0.93 | 0.65 | 0 | 0 |
| HSL | 221.85º | 1% | 0.53% | - |
| HSV(B) | 221.85º | 0.93% | 1% | - |
| XYZ | 21.85 | 14.48 | 96.25 | - |
| YUV | 86.4 | 223.15 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 255 | 0.93 | 0.65 | 0 | 0 | 221.85 | 1 | 0.53 |
| Hex | 11 | 59 | FF | 5D | 41 | 0 | 0 | DE | 64 | 35 |
| Octal | 21 | 131 | 377 | 135 | 101 | 0 | 0 | 336 | 144 | 65 |
| Binary | 10001 | 1011001 | 11111111 | 1011101 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #1159FF
Complementary color
Monochromatic Colors of #1159FF
Black with #1159FF
Text Example
Text Example
White with #1159FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159FF; }
p { color: rgb(17,89,255); }
H1.HeaderClassName
{
color: #1159FF;
}
.AnyTagClassName
{
color: #1159FF;
}
</style>
background-color css
<style>
a { background-color: #1159FF; }
a { background-color: rgb(17,89,255); }
div.DivClassName
{
background-color: #1159FF;
}
.BgClassName
{
background-color: #1159FF;
}
</style>
border-color css
<style>
span { border-color: #1159FF; }
span { border-color: rgb(17,89,255); }
td.TdClassName
{
border-color: #1159FF;
}
.TagClassName
{
border-color: #1159FF;
}
</style>