Shades of Navy Blue #1158FE
Tints of Navy Blue #1158FE
RGB
CMYK
RGB Variations
Color information
#1158FE (or 0x1158FE) is known color: Navy Blue. HEX triplet: 11, 58 and FE. RGB value is (17,88,254). Sum of RGB (Red+Green+Blue) = 17+88+254=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #1158FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1158FE is #EEA701. Grayscale: #545454. Windows color (decimal): -15640322 or 16668689. OLE color: 16668689.
HSL color Cylindrical-coordinate representation of color #1158FE: hue angle of 222.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1158FE is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 88 | 254 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.00 |
| HSL | 222.03º | 0.99% | 0.53% | - |
| HSV(B) | 222.03º | 0.93% | 1% | - |
| XYZ | 21.61 | 14.25 | 95.38 | - |
| YUV | 85.7 | 222.98 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 254 | 0.93 | 0.65 | 0 | 0.00 | 222.03 | 0.99 | 0.53 |
| Hex | 11 | 58 | FE | 5D | 41 | 0 | 0 | DE | 63 | 35 |
| Octal | 21 | 130 | 376 | 135 | 101 | 0 | 0 | 336 | 143 | 65 |
| Binary | 10001 | 1011000 | 11111110 | 1011101 | 1000001 | 0 | 0 | 11011110 | 1100011 | 110101 |
Color Harmonies of #1158FE
Complementary color
Monochromatic Colors of #1158FE
Black with #1158FE
Text Example
Text Example
White with #1158FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1158FE; }
p { color: rgb(17,88,254); }
H1.HeaderClassName
{
color: #1158FE;
}
.AnyTagClassName
{
color: #1158FE;
}
</style>
background-color css
<style>
a { background-color: #1158FE; }
a { background-color: rgb(17,88,254); }
div.DivClassName
{
background-color: #1158FE;
}
.BgClassName
{
background-color: #1158FE;
}
</style>
border-color css
<style>
span { border-color: #1158FE; }
span { border-color: rgb(17,88,254); }
td.TdClassName
{
border-color: #1158FE;
}
.TagClassName
{
border-color: #1158FE;
}
</style>