Shades of Navy Blue #114DDB
Tints of Navy Blue #114DDB
RGB
CMYK
RGB Variations
Color information
#114DDB (or 0x114DDB) is known color: Navy Blue. HEX triplet: 11, 4D and DB. RGB value is (17,77,219). Sum of RGB (Red+Green+Blue) = 17+77+219=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #114DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DDB is #EEB224. Grayscale: #4A4A4A. Windows color (decimal): -15643173 or 14372113. OLE color: 14372113.
HSL color Cylindrical-coordinate representation of color #114DDB: hue angle of 222.18º 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 #114DDB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 77 | 219 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.14 |
| HSL | 222.18º | 0.86% | 0.46% | - |
| HSV(B) | 222.18º | 0.92% | 0.86% | - |
| XYZ | 15.67 | 10.54 | 68.23 | - |
| YUV | 75.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 219 | 0.92 | 0.65 | 0 | 0.14 | 222.18 | 0.86 | 0.46 |
| Hex | 11 | 4D | DB | 5C | 41 | 0 | E | DE | 56 | 2E |
| Octal | 21 | 115 | 333 | 134 | 101 | 0 | 16 | 336 | 126 | 56 |
| Binary | 10001 | 1001101 | 11011011 | 1011100 | 1000001 | 0 | 1110 | 11011110 | 1010110 | 101110 |
Color Harmonies of #114DDB
Complementary color
Monochromatic Colors of #114DDB
Black with #114DDB
Text Example
Text Example
White with #114DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DDB; }
p { color: rgb(17,77,219); }
H1.HeaderClassName
{
color: #114DDB;
}
.AnyTagClassName
{
color: #114DDB;
}
</style>
background-color css
<style>
a { background-color: #114DDB; }
a { background-color: rgb(17,77,219); }
div.DivClassName
{
background-color: #114DDB;
}
.BgClassName
{
background-color: #114DDB;
}
</style>
border-color css
<style>
span { border-color: #114DDB; }
span { border-color: rgb(17,77,219); }
td.TdClassName
{
border-color: #114DDB;
}
.TagClassName
{
border-color: #114DDB;
}
</style>