Shades of Navy Blue #116BEA
Tints of Navy Blue #116BEA
RGB
CMYK
RGB Variations
Color information
#116BEA (or 0x116BEA) is known color: Navy Blue. HEX triplet: 11, 6B and EA. RGB value is (17,107,234). Sum of RGB (Red+Green+Blue) = 17+107+234=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #116BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BEA is #EE9415. Grayscale: #5D5D5D. Windows color (decimal): -15635478 or 15362833. OLE color: 15362833.
HSL color Cylindrical-coordinate representation of color #116BEA: hue angle of 215.12º 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 #116BEA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 107 | 234 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.08 |
| HSL | 215.12º | 0.86% | 0.49% | - |
| HSV(B) | 215.12º | 0.93% | 0.92% | - |
| XYZ | 20.34 | 16.58 | 79.97 | - |
| YUV | 94.57 | 206.68 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 234 | 0.93 | 0.54 | 0 | 0.08 | 215.12 | 0.86 | 0.49 |
| Hex | 11 | 6B | EA | 5D | 36 | 0 | 8 | D7 | 56 | 31 |
| Octal | 21 | 153 | 352 | 135 | 66 | 0 | 10 | 327 | 126 | 61 |
| Binary | 10001 | 1101011 | 11101010 | 1011101 | 110110 | 0 | 1000 | 11010111 | 1010110 | 110001 |
Color Harmonies of #116BEA
Complementary color
Monochromatic Colors of #116BEA
Black with #116BEA
Text Example
Text Example
White with #116BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BEA; }
p { color: rgb(17,107,234); }
H1.HeaderClassName
{
color: #116BEA;
}
.AnyTagClassName
{
color: #116BEA;
}
</style>
background-color css
<style>
a { background-color: #116BEA; }
a { background-color: rgb(17,107,234); }
div.DivClassName
{
background-color: #116BEA;
}
.BgClassName
{
background-color: #116BEA;
}
</style>
border-color css
<style>
span { border-color: #116BEA; }
span { border-color: rgb(17,107,234); }
td.TdClassName
{
border-color: #116BEA;
}
.TagClassName
{
border-color: #116BEA;
}
</style>