Shades of Navy Blue #114DDF
Tints of Navy Blue #114DDF
RGB
CMYK
RGB Variations
Color information
#114DDF (or 0x114DDF) is known color: Navy Blue. HEX triplet: 11, 4D and DF. RGB value is (17,77,223). Sum of RGB (Red+Green+Blue) = 17+77+223=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #114DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DDF is #EEB220. Grayscale: #4B4B4B. Windows color (decimal): -15643169 or 14634257. OLE color: 14634257.
HSL color Cylindrical-coordinate representation of color #114DDF: hue angle of 222.52º 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 #114DDF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 77 | 223 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.13 |
| HSL | 222.52º | 0.86% | 0.47% | - |
| HSV(B) | 222.52º | 0.92% | 0.87% | - |
| XYZ | 16.2 | 10.75 | 71.03 | - |
| YUV | 75.7 | 211.12 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 223 | 0.92 | 0.65 | 0 | 0.13 | 222.52 | 0.86 | 0.47 |
| Hex | 11 | 4D | DF | 5C | 41 | 0 | D | DF | 56 | 2F |
| Octal | 21 | 115 | 337 | 134 | 101 | 0 | 15 | 337 | 126 | 57 |
| Binary | 10001 | 1001101 | 11011111 | 1011100 | 1000001 | 0 | 1101 | 11011111 | 1010110 | 101111 |
Color Harmonies of #114DDF
Complementary color
Monochromatic Colors of #114DDF
Black with #114DDF
Text Example
Text Example
White with #114DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DDF; }
p { color: rgb(17,77,223); }
H1.HeaderClassName
{
color: #114DDF;
}
.AnyTagClassName
{
color: #114DDF;
}
</style>
background-color css
<style>
a { background-color: #114DDF; }
a { background-color: rgb(17,77,223); }
div.DivClassName
{
background-color: #114DDF;
}
.BgClassName
{
background-color: #114DDF;
}
</style>
border-color css
<style>
span { border-color: #114DDF; }
span { border-color: rgb(17,77,223); }
td.TdClassName
{
border-color: #114DDF;
}
.TagClassName
{
border-color: #114DDF;
}
</style>