Shades of Navy Blue #116FD5
Tints of Navy Blue #116FD5
RGB
CMYK
RGB Variations
Color information
#116FD5 (or 0x116FD5) is known color: Navy Blue. HEX triplet: 11, 6F and D5. RGB value is (17,111,213). Sum of RGB (Red+Green+Blue) = 17+111+213=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #116FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FD5 is #EE902A. Grayscale: #5E5E5E. Windows color (decimal): -15634475 or 13987601. OLE color: 13987601.
HSL color Cylindrical-coordinate representation of color #116FD5: hue angle of 211.22º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FD5 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 111 | 213 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.16 |
| HSL | 211.22º | 0.85% | 0.45% | - |
| HSV(B) | 211.22º | 0.92% | 0.84% | - |
| XYZ | 17.93 | 16.29 | 65.15 | - |
| YUV | 94.52 | 194.86 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 213 | 0.92 | 0.48 | 0 | 0.16 | 211.22 | 0.85 | 0.45 |
| Hex | 11 | 6F | D5 | 5C | 30 | 0 | 10 | D3 | 55 | 2D |
| Octal | 21 | 157 | 325 | 134 | 60 | 0 | 20 | 323 | 125 | 55 |
| Binary | 10001 | 1101111 | 11010101 | 1011100 | 110000 | 0 | 10000 | 11010011 | 1010101 | 101101 |
Color Harmonies of #116FD5
Complementary color
Monochromatic Colors of #116FD5
Black with #116FD5
Text Example
Text Example
White with #116FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FD5; }
p { color: rgb(17,111,213); }
H1.HeaderClassName
{
color: #116FD5;
}
.AnyTagClassName
{
color: #116FD5;
}
</style>
background-color css
<style>
a { background-color: #116FD5; }
a { background-color: rgb(17,111,213); }
div.DivClassName
{
background-color: #116FD5;
}
.BgClassName
{
background-color: #116FD5;
}
</style>
border-color css
<style>
span { border-color: #116FD5; }
span { border-color: rgb(17,111,213); }
td.TdClassName
{
border-color: #116FD5;
}
.TagClassName
{
border-color: #116FD5;
}
</style>