Shades of Navy Blue #114DEC
Tints of Navy Blue #114DEC
RGB
CMYK
RGB Variations
Color information
#114DEC (or 0x114DEC) is known color: Navy Blue. HEX triplet: 11, 4D and EC. RGB value is (17,77,236). Sum of RGB (Red+Green+Blue) = 17+77+236=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #114DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DEC is #EEB213. Grayscale: #4C4C4C. Windows color (decimal): -15643156 or 15486225. OLE color: 15486225.
HSL color Cylindrical-coordinate representation of color #114DEC: hue angle of 223.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DEC is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 77 | 236 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.07 |
| HSL | 223.56º | 0.87% | 0.5% | - |
| HSV(B) | 223.56º | 0.93% | 0.93% | - |
| XYZ | 18.03 | 11.48 | 80.62 | - |
| YUV | 77.19 | 217.62 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 236 | 0.93 | 0.67 | 0 | 0.07 | 223.56 | 0.87 | 0.5 |
| Hex | 11 | 4D | EC | 5D | 43 | 0 | 7 | E0 | 57 | 32 |
| Octal | 21 | 115 | 354 | 135 | 103 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10001 | 1001101 | 11101100 | 1011101 | 1000011 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #114DEC
Complementary color
Monochromatic Colors of #114DEC
Black with #114DEC
Text Example
Text Example
White with #114DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DEC; }
p { color: rgb(17,77,236); }
H1.HeaderClassName
{
color: #114DEC;
}
.AnyTagClassName
{
color: #114DEC;
}
</style>
background-color css
<style>
a { background-color: #114DEC; }
a { background-color: rgb(17,77,236); }
div.DivClassName
{
background-color: #114DEC;
}
.BgClassName
{
background-color: #114DEC;
}
</style>
border-color css
<style>
span { border-color: #114DEC; }
span { border-color: rgb(17,77,236); }
td.TdClassName
{
border-color: #114DEC;
}
.TagClassName
{
border-color: #114DEC;
}
</style>