Shades of Navy Blue #115EE0
Tints of Navy Blue #115EE0
RGB
CMYK
RGB Variations
Color information
#115EE0 (or 0x115EE0) is known color: Navy Blue. HEX triplet: 11, 5E and E0. RGB value is (17,94,224). Sum of RGB (Red+Green+Blue) = 17+94+224=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #115EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EE0 is #EEA11F. Grayscale: #555555. Windows color (decimal): -15638816 or 14704145. OLE color: 14704145.
HSL color Cylindrical-coordinate representation of color #115EE0: hue angle of 217.68º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115EE0 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 94 | 224 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.12 |
| HSL | 217.68º | 0.86% | 0.47% | - |
| HSV(B) | 217.68º | 0.92% | 0.88% | - |
| XYZ | 17.69 | 13.51 | 72.2 | - |
| YUV | 85.8 | 205.99 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 224 | 0.92 | 0.58 | 0 | 0.12 | 217.68 | 0.86 | 0.47 |
| Hex | 11 | 5E | E0 | 5C | 3A | 0 | C | DA | 56 | 2F |
| Octal | 21 | 136 | 340 | 134 | 72 | 0 | 14 | 332 | 126 | 57 |
| Binary | 10001 | 1011110 | 11100000 | 1011100 | 111010 | 0 | 1100 | 11011010 | 1010110 | 101111 |
Color Harmonies of #115EE0
Complementary color
Monochromatic Colors of #115EE0
Black with #115EE0
Text Example
Text Example
White with #115EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EE0; }
p { color: rgb(17,94,224); }
H1.HeaderClassName
{
color: #115EE0;
}
.AnyTagClassName
{
color: #115EE0;
}
</style>
background-color css
<style>
a { background-color: #115EE0; }
a { background-color: rgb(17,94,224); }
div.DivClassName
{
background-color: #115EE0;
}
.BgClassName
{
background-color: #115EE0;
}
</style>
border-color css
<style>
span { border-color: #115EE0; }
span { border-color: rgb(17,94,224); }
td.TdClassName
{
border-color: #115EE0;
}
.TagClassName
{
border-color: #115EE0;
}
</style>