Shades of Navy Blue #1158ED
Tints of Navy Blue #1158ED
RGB
CMYK
RGB Variations
Color information
#1158ED (or 0x1158ED) is known color: Navy Blue. HEX triplet: 11, 58 and ED. RGB value is (17,88,237). Sum of RGB (Red+Green+Blue) = 17+88+237=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #1158ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1158ED is #EEA712. Grayscale: #535353. Windows color (decimal): -15640339 or 15554577. OLE color: 15554577.
HSL color Cylindrical-coordinate representation of color #1158ED: hue angle of 220.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1158ED is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 88 | 237 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.07 |
| HSL | 220.64º | 0.87% | 0.5% | - |
| HSV(B) | 220.64º | 0.93% | 0.93% | - |
| XYZ | 19.01 | 13.21 | 81.67 | - |
| YUV | 83.76 | 214.48 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 237 | 0.93 | 0.63 | 0 | 0.07 | 220.64 | 0.87 | 0.5 |
| Hex | 11 | 58 | ED | 5D | 3F | 0 | 7 | DD | 57 | 32 |
| Octal | 21 | 130 | 355 | 135 | 77 | 0 | 7 | 335 | 127 | 62 |
| Binary | 10001 | 1011000 | 11101101 | 1011101 | 111111 | 0 | 111 | 11011101 | 1010111 | 110010 |
Color Harmonies of #1158ED
Complementary color
Monochromatic Colors of #1158ED
Black with #1158ED
Text Example
Text Example
White with #1158ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1158ED; }
p { color: rgb(17,88,237); }
H1.HeaderClassName
{
color: #1158ED;
}
.AnyTagClassName
{
color: #1158ED;
}
</style>
background-color css
<style>
a { background-color: #1158ED; }
a { background-color: rgb(17,88,237); }
div.DivClassName
{
background-color: #1158ED;
}
.BgClassName
{
background-color: #1158ED;
}
</style>
border-color css
<style>
span { border-color: #1158ED; }
span { border-color: rgb(17,88,237); }
td.TdClassName
{
border-color: #1158ED;
}
.TagClassName
{
border-color: #1158ED;
}
</style>