Shades of Navy Blue #1159FB
Tints of Navy Blue #1159FB
RGB
CMYK
RGB Variations
Color information
#1159FB (or 0x1159FB) is known color: Navy Blue. HEX triplet: 11, 59 and FB. RGB value is (17,89,251). Sum of RGB (Red+Green+Blue) = 17+89+251=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1159FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1159FB is #EEA604. Grayscale: #555555. Windows color (decimal): -15640069 or 16472337. OLE color: 16472337.
HSL color Cylindrical-coordinate representation of color #1159FB: hue angle of 221.54º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1159FB is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 89 | 251 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.02 |
| HSL | 221.54º | 0.97% | 0.53% | - |
| HSV(B) | 221.54º | 0.93% | 0.98% | - |
| XYZ | 21.22 | 14.23 | 92.9 | - |
| YUV | 85.94 | 221.15 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 251 | 0.93 | 0.65 | 0 | 0.02 | 221.54 | 0.97 | 0.53 |
| Hex | 11 | 59 | FB | 5D | 41 | 0 | 2 | DE | 61 | 35 |
| Octal | 21 | 131 | 373 | 135 | 101 | 0 | 2 | 336 | 141 | 65 |
| Binary | 10001 | 1011001 | 11111011 | 1011101 | 1000001 | 0 | 10 | 11011110 | 1100001 | 110101 |
Color Harmonies of #1159FB
Complementary color
Monochromatic Colors of #1159FB
Black with #1159FB
Text Example
Text Example
White with #1159FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159FB; }
p { color: rgb(17,89,251); }
H1.HeaderClassName
{
color: #1159FB;
}
.AnyTagClassName
{
color: #1159FB;
}
</style>
background-color css
<style>
a { background-color: #1159FB; }
a { background-color: rgb(17,89,251); }
div.DivClassName
{
background-color: #1159FB;
}
.BgClassName
{
background-color: #1159FB;
}
</style>
border-color css
<style>
span { border-color: #1159FB; }
span { border-color: rgb(17,89,251); }
td.TdClassName
{
border-color: #1159FB;
}
.TagClassName
{
border-color: #1159FB;
}
</style>