Shades of Navy Blue #1159FD
Tints of Navy Blue #1159FD
RGB
CMYK
RGB Variations
Color information
#1159FD (or 0x1159FD) is known color: Navy Blue. HEX triplet: 11, 59 and FD. RGB value is (17,89,253). Sum of RGB (Red+Green+Blue) = 17+89+253=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #1159FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1159FD is #EEA602. Grayscale: #555555. Windows color (decimal): -15640067 or 16603409. OLE color: 16603409.
HSL color Cylindrical-coordinate representation of color #1159FD: hue angle of 221.69º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1159FD is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 89 | 253 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.01 |
| HSL | 221.69º | 0.98% | 0.53% | - |
| HSV(B) | 221.69º | 0.93% | 0.99% | - |
| XYZ | 21.53 | 14.36 | 94.56 | - |
| YUV | 86.17 | 222.15 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 253 | 0.93 | 0.65 | 0 | 0.01 | 221.69 | 0.98 | 0.53 |
| Hex | 11 | 59 | FD | 5D | 41 | 0 | 1 | DE | 62 | 35 |
| Octal | 21 | 131 | 375 | 135 | 101 | 0 | 1 | 336 | 142 | 65 |
| Binary | 10001 | 1011001 | 11111101 | 1011101 | 1000001 | 0 | 1 | 11011110 | 1100010 | 110101 |
Color Harmonies of #1159FD
Complementary color
Monochromatic Colors of #1159FD
Black with #1159FD
Text Example
Text Example
White with #1159FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159FD; }
p { color: rgb(17,89,253); }
H1.HeaderClassName
{
color: #1159FD;
}
.AnyTagClassName
{
color: #1159FD;
}
</style>
background-color css
<style>
a { background-color: #1159FD; }
a { background-color: rgb(17,89,253); }
div.DivClassName
{
background-color: #1159FD;
}
.BgClassName
{
background-color: #1159FD;
}
</style>
border-color css
<style>
span { border-color: #1159FD; }
span { border-color: rgb(17,89,253); }
td.TdClassName
{
border-color: #1159FD;
}
.TagClassName
{
border-color: #1159FD;
}
</style>