Shades of Navy Blue #114FDB
Tints of Navy Blue #114FDB
RGB
CMYK
RGB Variations
Color information
#114FDB (or 0x114FDB) is known color: Navy Blue. HEX triplet: 11, 4F and DB. RGB value is (17,79,219). Sum of RGB (Red+Green+Blue) = 17+79+219=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #114FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114FDB is #EEB024. Grayscale: #4B4B4B. Windows color (decimal): -15642661 or 14372625. OLE color: 14372625.
HSL color Cylindrical-coordinate representation of color #114FDB: hue angle of 221.58º 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 #114FDB is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 79 | 219 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.14 |
| HSL | 221.58º | 0.86% | 0.46% | - |
| HSV(B) | 221.58º | 0.92% | 0.86% | - |
| XYZ | 15.81 | 10.83 | 68.27 | - |
| YUV | 76.42 | 208.46 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 219 | 0.92 | 0.64 | 0 | 0.14 | 221.58 | 0.86 | 0.46 |
| Hex | 11 | 4F | DB | 5C | 40 | 0 | E | DE | 56 | 2E |
| Octal | 21 | 117 | 333 | 134 | 100 | 0 | 16 | 336 | 126 | 56 |
| Binary | 10001 | 1001111 | 11011011 | 1011100 | 1000000 | 0 | 1110 | 11011110 | 1010110 | 101110 |
Color Harmonies of #114FDB
Complementary color
Monochromatic Colors of #114FDB
Black with #114FDB
Text Example
Text Example
White with #114FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114FDB; }
p { color: rgb(17,79,219); }
H1.HeaderClassName
{
color: #114FDB;
}
.AnyTagClassName
{
color: #114FDB;
}
</style>
background-color css
<style>
a { background-color: #114FDB; }
a { background-color: rgb(17,79,219); }
div.DivClassName
{
background-color: #114FDB;
}
.BgClassName
{
background-color: #114FDB;
}
</style>
border-color css
<style>
span { border-color: #114FDB; }
span { border-color: rgb(17,79,219); }
td.TdClassName
{
border-color: #114FDB;
}
.TagClassName
{
border-color: #114FDB;
}
</style>