Shades of Navy Blue #116FDC
Tints of Navy Blue #116FDC
RGB
CMYK
RGB Variations
Color information
#116FDC (or 0x116FDC) is known color: Navy Blue. HEX triplet: 11, 6F and DC. RGB value is (17,111,220). Sum of RGB (Red+Green+Blue) = 17+111+220=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #116FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FDC is #EE9023. Grayscale: #5E5E5E. Windows color (decimal): -15634468 or 14446353. OLE color: 14446353.
HSL color Cylindrical-coordinate representation of color #116FDC: hue angle of 212.22º 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 #116FDC is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 111 | 220 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.14 |
| HSL | 212.22º | 0.86% | 0.46% | - |
| HSV(B) | 212.22º | 0.92% | 0.86% | - |
| XYZ | 18.83 | 16.66 | 69.93 | - |
| YUV | 95.32 | 198.36 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 220 | 0.92 | 0.50 | 0 | 0.14 | 212.22 | 0.86 | 0.46 |
| Hex | 11 | 6F | DC | 5C | 32 | 0 | E | D4 | 56 | 2E |
| Octal | 21 | 157 | 334 | 134 | 62 | 0 | 16 | 324 | 126 | 56 |
| Binary | 10001 | 1101111 | 11011100 | 1011100 | 110010 | 0 | 1110 | 11010100 | 1010110 | 101110 |
Color Harmonies of #116FDC
Complementary color
Monochromatic Colors of #116FDC
Black with #116FDC
Text Example
Text Example
White with #116FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FDC; }
p { color: rgb(17,111,220); }
H1.HeaderClassName
{
color: #116FDC;
}
.AnyTagClassName
{
color: #116FDC;
}
</style>
background-color css
<style>
a { background-color: #116FDC; }
a { background-color: rgb(17,111,220); }
div.DivClassName
{
background-color: #116FDC;
}
.BgClassName
{
background-color: #116FDC;
}
</style>
border-color css
<style>
span { border-color: #116FDC; }
span { border-color: rgb(17,111,220); }
td.TdClassName
{
border-color: #116FDC;
}
.TagClassName
{
border-color: #116FDC;
}
</style>