Shades of Navy Blue #1158E6
Tints of Navy Blue #1158E6
RGB
CMYK
RGB Variations
Color information
#1158E6 (or 0x1158E6) is known color: Navy Blue. HEX triplet: 11, 58 and E6. RGB value is (17,88,230). Sum of RGB (Red+Green+Blue) = 17+88+230=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 230 (90.23% from 255 or 68.66% from 335); Max value from RGB is 230 - color contains mainly: blue. Hex color #1158E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1158E6 is #EEA719. Grayscale: #525252. Windows color (decimal): -15640346 or 15095825. OLE color: 15095825.
HSL color Cylindrical-coordinate representation of color #1158E6: hue angle of 220º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1158E6 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 88 | 230 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.10 |
| HSL | 220º | 0.86% | 0.48% | - |
| HSV(B) | 220º | 0.93% | 0.9% | - |
| XYZ | 18 | 12.81 | 76.39 | - |
| YUV | 82.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 230 | 0.93 | 0.62 | 0 | 0.10 | 220 | 0.86 | 0.48 |
| Hex | 11 | 58 | E6 | 5D | 3E | 0 | A | DC | 56 | 30 |
| Octal | 21 | 130 | 346 | 135 | 76 | 0 | 12 | 334 | 126 | 60 |
| Binary | 10001 | 1011000 | 11100110 | 1011101 | 111110 | 0 | 1010 | 11011100 | 1010110 | 110000 |
Color Harmonies of #1158E6
Complementary color
Monochromatic Colors of #1158E6
Black with #1158E6
Text Example
Text Example
White with #1158E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1158E6; }
p { color: rgb(17,88,230); }
H1.HeaderClassName
{
color: #1158E6;
}
.AnyTagClassName
{
color: #1158E6;
}
</style>
background-color css
<style>
a { background-color: #1158E6; }
a { background-color: rgb(17,88,230); }
div.DivClassName
{
background-color: #1158E6;
}
.BgClassName
{
background-color: #1158E6;
}
</style>
border-color css
<style>
span { border-color: #1158E6; }
span { border-color: rgb(17,88,230); }
td.TdClassName
{
border-color: #1158E6;
}
.TagClassName
{
border-color: #1158E6;
}
</style>