Shades of Navy Blue #116DDF
Tints of Navy Blue #116DDF
RGB
CMYK
RGB Variations
Color information
#116DDF (or 0x116DDF) is known color: Navy Blue. HEX triplet: 11, 6D and DF. RGB value is (17,109,223). Sum of RGB (Red+Green+Blue) = 17+109+223=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #116DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DDF is #EE9220. Grayscale: #5D5D5D. Windows color (decimal): -15634977 or 14642449. OLE color: 14642449.
HSL color Cylindrical-coordinate representation of color #116DDF: hue angle of 213.2º 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 #116DDF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 109 | 223 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.13 |
| HSL | 213.2º | 0.86% | 0.47% | - |
| HSV(B) | 213.2º | 0.92% | 0.87% | - |
| XYZ | 19.02 | 16.38 | 71.97 | - |
| YUV | 94.49 | 200.52 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 223 | 0.92 | 0.51 | 0 | 0.13 | 213.2 | 0.86 | 0.47 |
| Hex | 11 | 6D | DF | 5C | 33 | 0 | D | D5 | 56 | 2F |
| Octal | 21 | 155 | 337 | 134 | 63 | 0 | 15 | 325 | 126 | 57 |
| Binary | 10001 | 1101101 | 11011111 | 1011100 | 110011 | 0 | 1101 | 11010101 | 1010110 | 101111 |
Color Harmonies of #116DDF
Complementary color
Monochromatic Colors of #116DDF
Black with #116DDF
Text Example
Text Example
White with #116DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DDF; }
p { color: rgb(17,109,223); }
H1.HeaderClassName
{
color: #116DDF;
}
.AnyTagClassName
{
color: #116DDF;
}
</style>
background-color css
<style>
a { background-color: #116DDF; }
a { background-color: rgb(17,109,223); }
div.DivClassName
{
background-color: #116DDF;
}
.BgClassName
{
background-color: #116DDF;
}
</style>
border-color css
<style>
span { border-color: #116DDF; }
span { border-color: rgb(17,109,223); }
td.TdClassName
{
border-color: #116DDF;
}
.TagClassName
{
border-color: #116DDF;
}
</style>