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