Shades of Navy Blue #115EDB
Tints of Navy Blue #115EDB
RGB
CMYK
RGB Variations
Color information
#115EDB (or 0x115EDB) is known color: Navy Blue. HEX triplet: 11, 5E and DB. RGB value is (17,94,219). Sum of RGB (Red+Green+Blue) = 17+94+219=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #115EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EDB is #EEA124. Grayscale: #545454. Windows color (decimal): -15638821 or 14376465. OLE color: 14376465.
HSL color Cylindrical-coordinate representation of color #115EDB: hue angle of 217.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115EDB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 94 | 219 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.14 |
| HSL | 217.13º | 0.86% | 0.46% | - |
| HSV(B) | 217.13º | 0.92% | 0.86% | - |
| XYZ | 17.02 | 13.24 | 68.68 | - |
| YUV | 85.23 | 203.49 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 219 | 0.92 | 0.57 | 0 | 0.14 | 217.13 | 0.86 | 0.46 |
| Hex | 11 | 5E | DB | 5C | 39 | 0 | E | D9 | 56 | 2E |
| Octal | 21 | 136 | 333 | 134 | 71 | 0 | 16 | 331 | 126 | 56 |
| Binary | 10001 | 1011110 | 11011011 | 1011100 | 111001 | 0 | 1110 | 11011001 | 1010110 | 101110 |
Color Harmonies of #115EDB
Complementary color
Monochromatic Colors of #115EDB
Black with #115EDB
Text Example
Text Example
White with #115EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EDB; }
p { color: rgb(17,94,219); }
H1.HeaderClassName
{
color: #115EDB;
}
.AnyTagClassName
{
color: #115EDB;
}
</style>
background-color css
<style>
a { background-color: #115EDB; }
a { background-color: rgb(17,94,219); }
div.DivClassName
{
background-color: #115EDB;
}
.BgClassName
{
background-color: #115EDB;
}
</style>
border-color css
<style>
span { border-color: #115EDB; }
span { border-color: rgb(17,94,219); }
td.TdClassName
{
border-color: #115EDB;
}
.TagClassName
{
border-color: #115EDB;
}
</style>