Shades of Navy Blue #114DDC
Tints of Navy Blue #114DDC
RGB
CMYK
RGB Variations
Color information
#114DDC (or 0x114DDC) is known color: Navy Blue. HEX triplet: 11, 4D and DC. RGB value is (17,77,220). Sum of RGB (Red+Green+Blue) = 17+77+220=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #114DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DDC is #EEB223. Grayscale: #4A4A4A. Windows color (decimal): -15643172 or 14437649. OLE color: 14437649.
HSL color Cylindrical-coordinate representation of color #114DDC: hue angle of 222.27º 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 #114DDC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 77 | 220 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.14 |
| HSL | 222.27º | 0.86% | 0.46% | - |
| HSV(B) | 222.27º | 0.92% | 0.86% | - |
| XYZ | 15.8 | 10.59 | 68.92 | - |
| YUV | 75.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 220 | 0.92 | 0.65 | 0 | 0.14 | 222.27 | 0.86 | 0.46 |
| Hex | 11 | 4D | DC | 5C | 41 | 0 | E | DE | 56 | 2E |
| Octal | 21 | 115 | 334 | 134 | 101 | 0 | 16 | 336 | 126 | 56 |
| Binary | 10001 | 1001101 | 11011100 | 1011100 | 1000001 | 0 | 1110 | 11011110 | 1010110 | 101110 |
Color Harmonies of #114DDC
Complementary color
Monochromatic Colors of #114DDC
Black with #114DDC
Text Example
Text Example
White with #114DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DDC; }
p { color: rgb(17,77,220); }
H1.HeaderClassName
{
color: #114DDC;
}
.AnyTagClassName
{
color: #114DDC;
}
</style>
background-color css
<style>
a { background-color: #114DDC; }
a { background-color: rgb(17,77,220); }
div.DivClassName
{
background-color: #114DDC;
}
.BgClassName
{
background-color: #114DDC;
}
</style>
border-color css
<style>
span { border-color: #114DDC; }
span { border-color: rgb(17,77,220); }
td.TdClassName
{
border-color: #114DDC;
}
.TagClassName
{
border-color: #114DDC;
}
</style>