Shades of Navy Blue #116EEA
Tints of Navy Blue #116EEA
RGB
CMYK
RGB Variations
Color information
#116EEA (or 0x116EEA) is known color: Navy Blue. HEX triplet: 11, 6E and EA. RGB value is (17,110,234). Sum of RGB (Red+Green+Blue) = 17+110+234=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #116EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EEA is #EE9115. Grayscale: #5F5F5F. Windows color (decimal): -15634710 or 15363601. OLE color: 15363601.
HSL color Cylindrical-coordinate representation of color #116EEA: hue angle of 214.29º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116EEA is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 110 | 234 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.08 |
| HSL | 214.29º | 0.86% | 0.49% | - |
| HSV(B) | 214.29º | 0.93% | 0.92% | - |
| XYZ | 20.66 | 17.21 | 80.08 | - |
| YUV | 96.33 | 205.69 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 234 | 0.93 | 0.53 | 0 | 0.08 | 214.29 | 0.86 | 0.49 |
| Hex | 11 | 6E | EA | 5D | 35 | 0 | 8 | D6 | 56 | 31 |
| Octal | 21 | 156 | 352 | 135 | 65 | 0 | 10 | 326 | 126 | 61 |
| Binary | 10001 | 1101110 | 11101010 | 1011101 | 110101 | 0 | 1000 | 11010110 | 1010110 | 110001 |
Color Harmonies of #116EEA
Complementary color
Monochromatic Colors of #116EEA
Black with #116EEA
Text Example
Text Example
White with #116EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EEA; }
p { color: rgb(17,110,234); }
H1.HeaderClassName
{
color: #116EEA;
}
.AnyTagClassName
{
color: #116EEA;
}
</style>
background-color css
<style>
a { background-color: #116EEA; }
a { background-color: rgb(17,110,234); }
div.DivClassName
{
background-color: #116EEA;
}
.BgClassName
{
background-color: #116EEA;
}
</style>
border-color css
<style>
span { border-color: #116EEA; }
span { border-color: rgb(17,110,234); }
td.TdClassName
{
border-color: #116EEA;
}
.TagClassName
{
border-color: #116EEA;
}
</style>