Shades of Navy Blue #114EDB
Tints of Navy Blue #114EDB
RGB
CMYK
RGB Variations
Color information
#114EDB (or 0x114EDB) is known color: Navy Blue. HEX triplet: 11, 4E and DB. RGB value is (17,78,219). Sum of RGB (Red+Green+Blue) = 17+78+219=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #114EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EDB is #EEB124. Grayscale: #4B4B4B. Windows color (decimal): -15642917 or 14372369. OLE color: 14372369.
HSL color Cylindrical-coordinate representation of color #114EDB: hue angle of 221.88º 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 #114EDB is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 78 | 219 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.14 |
| HSL | 221.88º | 0.86% | 0.46% | - |
| HSV(B) | 221.88º | 0.92% | 0.86% | - |
| XYZ | 15.74 | 10.68 | 68.25 | - |
| YUV | 75.84 | 208.79 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 219 | 0.92 | 0.64 | 0 | 0.14 | 221.88 | 0.86 | 0.46 |
| Hex | 11 | 4E | DB | 5C | 40 | 0 | E | DE | 56 | 2E |
| Octal | 21 | 116 | 333 | 134 | 100 | 0 | 16 | 336 | 126 | 56 |
| Binary | 10001 | 1001110 | 11011011 | 1011100 | 1000000 | 0 | 1110 | 11011110 | 1010110 | 101110 |
Color Harmonies of #114EDB
Complementary color
Monochromatic Colors of #114EDB
Black with #114EDB
Text Example
Text Example
White with #114EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EDB; }
p { color: rgb(17,78,219); }
H1.HeaderClassName
{
color: #114EDB;
}
.AnyTagClassName
{
color: #114EDB;
}
</style>
background-color css
<style>
a { background-color: #114EDB; }
a { background-color: rgb(17,78,219); }
div.DivClassName
{
background-color: #114EDB;
}
.BgClassName
{
background-color: #114EDB;
}
</style>
border-color css
<style>
span { border-color: #114EDB; }
span { border-color: rgb(17,78,219); }
td.TdClassName
{
border-color: #114EDB;
}
.TagClassName
{
border-color: #114EDB;
}
</style>