Shades of Navy Blue #116ECF
Tints of Navy Blue #116ECF
RGB
CMYK
RGB Variations
Color information
#116ECF (or 0x116ECF) is known color: Navy Blue. HEX triplet: 11, 6E and CF. RGB value is (17,110,207). Sum of RGB (Red+Green+Blue) = 17+110+207=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #116ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116ECF is #EE9130. Grayscale: #5C5C5C. Windows color (decimal): -15634737 or 13594129. OLE color: 13594129.
HSL color Cylindrical-coordinate representation of color #116ECF: hue angle of 210.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116ECF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 110 | 207 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.19 |
| HSL | 210.63º | 0.85% | 0.44% | - |
| HSV(B) | 210.63º | 0.92% | 0.81% | - |
| XYZ | 17.07 | 15.78 | 61.18 | - |
| YUV | 93.25 | 192.19 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 207 | 0.92 | 0.47 | 0 | 0.19 | 210.63 | 0.85 | 0.44 |
| Hex | 11 | 6E | CF | 5C | 2F | 0 | 13 | D3 | 55 | 2C |
| Octal | 21 | 156 | 317 | 134 | 57 | 0 | 23 | 323 | 125 | 54 |
| Binary | 10001 | 1101110 | 11001111 | 1011100 | 101111 | 0 | 10011 | 11010011 | 1010101 | 101100 |
Color Harmonies of #116ECF
Complementary color
Monochromatic Colors of #116ECF
Black with #116ECF
Text Example
Text Example
White with #116ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116ECF; }
p { color: rgb(17,110,207); }
H1.HeaderClassName
{
color: #116ECF;
}
.AnyTagClassName
{
color: #116ECF;
}
</style>
background-color css
<style>
a { background-color: #116ECF; }
a { background-color: rgb(17,110,207); }
div.DivClassName
{
background-color: #116ECF;
}
.BgClassName
{
background-color: #116ECF;
}
</style>
border-color css
<style>
span { border-color: #116ECF; }
span { border-color: rgb(17,110,207); }
td.TdClassName
{
border-color: #116ECF;
}
.TagClassName
{
border-color: #116ECF;
}
</style>