Shades of Navy Blue #115EEE
Tints of Navy Blue #115EEE
RGB
CMYK
RGB Variations
Color information
#115EEE (or 0x115EEE) is known color: Navy Blue. HEX triplet: 11, 5E and EE. RGB value is (17,94,238). Sum of RGB (Red+Green+Blue) = 17+94+238=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #115EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EEE is #EEA111. Grayscale: #565656. Windows color (decimal): -15638802 or 15621649. OLE color: 15621649.
HSL color Cylindrical-coordinate representation of color #115EEE: hue angle of 219.1º 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 #115EEE is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 94 | 238 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.07 |
| HSL | 219.1º | 0.87% | 0.5% | - |
| HSV(B) | 219.1º | 0.93% | 0.93% | - |
| XYZ | 19.67 | 14.3 | 82.61 | - |
| YUV | 87.39 | 212.99 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 238 | 0.93 | 0.61 | 0 | 0.07 | 219.1 | 0.87 | 0.5 |
| Hex | 11 | 5E | EE | 5D | 3D | 0 | 7 | DB | 57 | 32 |
| Octal | 21 | 136 | 356 | 135 | 75 | 0 | 7 | 333 | 127 | 62 |
| Binary | 10001 | 1011110 | 11101110 | 1011101 | 111101 | 0 | 111 | 11011011 | 1010111 | 110010 |
Color Harmonies of #115EEE
Complementary color
Monochromatic Colors of #115EEE
Black with #115EEE
Text Example
Text Example
White with #115EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EEE; }
p { color: rgb(17,94,238); }
H1.HeaderClassName
{
color: #115EEE;
}
.AnyTagClassName
{
color: #115EEE;
}
</style>
background-color css
<style>
a { background-color: #115EEE; }
a { background-color: rgb(17,94,238); }
div.DivClassName
{
background-color: #115EEE;
}
.BgClassName
{
background-color: #115EEE;
}
</style>
border-color css
<style>
span { border-color: #115EEE; }
span { border-color: rgb(17,94,238); }
td.TdClassName
{
border-color: #115EEE;
}
.TagClassName
{
border-color: #115EEE;
}
</style>