Shades of Navy Blue #116FDD
Tints of Navy Blue #116FDD
RGB
CMYK
RGB Variations
Color information
#116FDD (or 0x116FDD) is known color: Navy Blue. HEX triplet: 11, 6F and DD. RGB value is (17,111,221). Sum of RGB (Red+Green+Blue) = 17+111+221=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #116FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FDD is #EE9022. Grayscale: #5E5E5E. Windows color (decimal): -15634467 or 14511889. OLE color: 14511889.
HSL color Cylindrical-coordinate representation of color #116FDD: hue angle of 212.35º 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 #116FDD is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 111 | 221 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.13 |
| HSL | 212.35º | 0.86% | 0.47% | - |
| HSV(B) | 212.35º | 0.92% | 0.87% | - |
| XYZ | 18.97 | 16.71 | 70.63 | - |
| YUV | 95.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 221 | 0.92 | 0.50 | 0 | 0.13 | 212.35 | 0.86 | 0.47 |
| Hex | 11 | 6F | DD | 5C | 32 | 0 | D | D4 | 56 | 2F |
| Octal | 21 | 157 | 335 | 134 | 62 | 0 | 15 | 324 | 126 | 57 |
| Binary | 10001 | 1101111 | 11011101 | 1011100 | 110010 | 0 | 1101 | 11010100 | 1010110 | 101111 |
Color Harmonies of #116FDD
Complementary color
Monochromatic Colors of #116FDD
Black with #116FDD
Text Example
Text Example
White with #116FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FDD; }
p { color: rgb(17,111,221); }
H1.HeaderClassName
{
color: #116FDD;
}
.AnyTagClassName
{
color: #116FDD;
}
</style>
background-color css
<style>
a { background-color: #116FDD; }
a { background-color: rgb(17,111,221); }
div.DivClassName
{
background-color: #116FDD;
}
.BgClassName
{
background-color: #116FDD;
}
</style>
border-color css
<style>
span { border-color: #116FDD; }
span { border-color: rgb(17,111,221); }
td.TdClassName
{
border-color: #116FDD;
}
.TagClassName
{
border-color: #116FDD;
}
</style>