Shades of Navy Blue #114EDE
Tints of Navy Blue #114EDE
RGB
CMYK
RGB Variations
Color information
#114EDE (or 0x114EDE) is known color: Navy Blue. HEX triplet: 11, 4E and DE. RGB value is (17,78,222). Sum of RGB (Red+Green+Blue) = 17+78+222=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #114EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EDE is #EEB121. Grayscale: #4B4B4B. Windows color (decimal): -15642914 or 14568977. OLE color: 14568977.
HSL color Cylindrical-coordinate representation of color #114EDE: hue angle of 222.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114EDE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 78 | 222 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.13 |
| HSL | 222.15º | 0.86% | 0.47% | - |
| HSV(B) | 222.15º | 0.92% | 0.87% | - |
| XYZ | 16.14 | 10.84 | 70.35 | - |
| YUV | 76.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 222 | 0.92 | 0.65 | 0 | 0.13 | 222.15 | 0.86 | 0.47 |
| Hex | 11 | 4E | DE | 5C | 41 | 0 | D | DE | 56 | 2F |
| Octal | 21 | 116 | 336 | 134 | 101 | 0 | 15 | 336 | 126 | 57 |
| Binary | 10001 | 1001110 | 11011110 | 1011100 | 1000001 | 0 | 1101 | 11011110 | 1010110 | 101111 |
Color Harmonies of #114EDE
Complementary color
Monochromatic Colors of #114EDE
Black with #114EDE
Text Example
Text Example
White with #114EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114EDE; }
p { color: rgb(17,78,222); }
H1.HeaderClassName
{
color: #114EDE;
}
.AnyTagClassName
{
color: #114EDE;
}
</style>
background-color css
<style>
a { background-color: #114EDE; }
a { background-color: rgb(17,78,222); }
div.DivClassName
{
background-color: #114EDE;
}
.BgClassName
{
background-color: #114EDE;
}
</style>
border-color css
<style>
span { border-color: #114EDE; }
span { border-color: rgb(17,78,222); }
td.TdClassName
{
border-color: #114EDE;
}
.TagClassName
{
border-color: #114EDE;
}
</style>