Shades of Navy Blue #116FCD
Tints of Navy Blue #116FCD
RGB
CMYK
RGB Variations
Color information
#116FCD (or 0x116FCD) is known color: Navy Blue. HEX triplet: 11, 6F and CD. RGB value is (17,111,205). Sum of RGB (Red+Green+Blue) = 17+111+205=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #116FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FCD is #EE9032. Grayscale: #5D5D5D. Windows color (decimal): -15634483 or 13463313. OLE color: 13463313.
HSL color Cylindrical-coordinate representation of color #116FCD: hue angle of 210º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FCD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 111 | 205 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.20 |
| HSL | 210º | 0.85% | 0.44% | - |
| HSV(B) | 210º | 0.92% | 0.8% | - |
| XYZ | 16.94 | 15.9 | 59.93 | - |
| YUV | 93.61 | 190.86 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 205 | 0.92 | 0.46 | 0 | 0.20 | 210 | 0.85 | 0.44 |
| Hex | 11 | 6F | CD | 5C | 2E | 0 | 14 | D2 | 55 | 2C |
| Octal | 21 | 157 | 315 | 134 | 56 | 0 | 24 | 322 | 125 | 54 |
| Binary | 10001 | 1101111 | 11001101 | 1011100 | 101110 | 0 | 10100 | 11010010 | 1010101 | 101100 |
Color Harmonies of #116FCD
Complementary color
Monochromatic Colors of #116FCD
Black with #116FCD
Text Example
Text Example
White with #116FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FCD; }
p { color: rgb(17,111,205); }
H1.HeaderClassName
{
color: #116FCD;
}
.AnyTagClassName
{
color: #116FCD;
}
</style>
background-color css
<style>
a { background-color: #116FCD; }
a { background-color: rgb(17,111,205); }
div.DivClassName
{
background-color: #116FCD;
}
.BgClassName
{
background-color: #116FCD;
}
</style>
border-color css
<style>
span { border-color: #116FCD; }
span { border-color: rgb(17,111,205); }
td.TdClassName
{
border-color: #116FCD;
}
.TagClassName
{
border-color: #116FCD;
}
</style>