Shades of Navy Blue #116FE0
Tints of Navy Blue #116FE0
RGB
CMYK
RGB Variations
Color information
#116FE0 (or 0x116FE0) is known color: Navy Blue. HEX triplet: 11, 6F and E0. RGB value is (17,111,224). Sum of RGB (Red+Green+Blue) = 17+111+224=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #116FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FE0 is #EE901F. Grayscale: #5F5F5F. Windows color (decimal): -15634464 or 14708497. OLE color: 14708497.
HSL color Cylindrical-coordinate representation of color #116FE0: hue angle of 212.75º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FE0 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 111 | 224 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.12 |
| HSL | 212.75º | 0.86% | 0.47% | - |
| HSV(B) | 212.75º | 0.92% | 0.88% | - |
| XYZ | 19.37 | 16.87 | 72.76 | - |
| YUV | 95.78 | 200.36 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 224 | 0.92 | 0.50 | 0 | 0.12 | 212.75 | 0.86 | 0.47 |
| Hex | 11 | 6F | E0 | 5C | 32 | 0 | C | D5 | 56 | 2F |
| Octal | 21 | 157 | 340 | 134 | 62 | 0 | 14 | 325 | 126 | 57 |
| Binary | 10001 | 1101111 | 11100000 | 1011100 | 110010 | 0 | 1100 | 11010101 | 1010110 | 101111 |
Color Harmonies of #116FE0
Complementary color
Monochromatic Colors of #116FE0
Black with #116FE0
Text Example
Text Example
White with #116FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FE0; }
p { color: rgb(17,111,224); }
H1.HeaderClassName
{
color: #116FE0;
}
.AnyTagClassName
{
color: #116FE0;
}
</style>
background-color css
<style>
a { background-color: #116FE0; }
a { background-color: rgb(17,111,224); }
div.DivClassName
{
background-color: #116FE0;
}
.BgClassName
{
background-color: #116FE0;
}
</style>
border-color css
<style>
span { border-color: #116FE0; }
span { border-color: rgb(17,111,224); }
td.TdClassName
{
border-color: #116FE0;
}
.TagClassName
{
border-color: #116FE0;
}
</style>