Shades of Navy Blue #115EEF
Tints of Navy Blue #115EEF
RGB
CMYK
RGB Variations
Color information
#115EEF (or 0x115EEF) is known color: Navy Blue. HEX triplet: 11, 5E and EF. RGB value is (17,94,239). Sum of RGB (Red+Green+Blue) = 17+94+239=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #115EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EEF is #EEA110. Grayscale: #565656. Windows color (decimal): -15638801 or 15687185. OLE color: 15687185.
HSL color Cylindrical-coordinate representation of color #115EEF: hue angle of 219.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115EEF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 94 | 239 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.06 |
| HSL | 219.19º | 0.87% | 0.5% | - |
| HSV(B) | 219.19º | 0.93% | 0.94% | - |
| XYZ | 19.81 | 14.36 | 83.39 | - |
| YUV | 87.51 | 213.49 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 239 | 0.93 | 0.61 | 0 | 0.06 | 219.19 | 0.87 | 0.5 |
| Hex | 11 | 5E | EF | 5D | 3D | 0 | 6 | DB | 57 | 32 |
| Octal | 21 | 136 | 357 | 135 | 75 | 0 | 6 | 333 | 127 | 62 |
| Binary | 10001 | 1011110 | 11101111 | 1011101 | 111101 | 0 | 110 | 11011011 | 1010111 | 110010 |
Color Harmonies of #115EEF
Complementary color
Monochromatic Colors of #115EEF
Black with #115EEF
Text Example
Text Example
White with #115EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EEF; }
p { color: rgb(17,94,239); }
H1.HeaderClassName
{
color: #115EEF;
}
.AnyTagClassName
{
color: #115EEF;
}
</style>
background-color css
<style>
a { background-color: #115EEF; }
a { background-color: rgb(17,94,239); }
div.DivClassName
{
background-color: #115EEF;
}
.BgClassName
{
background-color: #115EEF;
}
</style>
border-color css
<style>
span { border-color: #115EEF; }
span { border-color: rgb(17,94,239); }
td.TdClassName
{
border-color: #115EEF;
}
.TagClassName
{
border-color: #115EEF;
}
</style>