Shades of Navy Blue #116BEF
Tints of Navy Blue #116BEF
RGB
CMYK
RGB Variations
Color information
#116BEF (or 0x116BEF) is known color: Navy Blue. HEX triplet: 11, 6B and EF. RGB value is (17,107,239). Sum of RGB (Red+Green+Blue) = 17+107+239=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #116BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BEF is #EE9410. Grayscale: #5E5E5E. Windows color (decimal): -15635473 or 15690513. OLE color: 15690513.
HSL color Cylindrical-coordinate representation of color #116BEF: hue angle of 215.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116BEF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 107 | 239 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.06 |
| HSL | 215.68º | 0.87% | 0.5% | - |
| HSV(B) | 215.68º | 0.93% | 0.94% | - |
| XYZ | 21.07 | 16.87 | 83.81 | - |
| YUV | 95.14 | 209.18 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 239 | 0.93 | 0.55 | 0 | 0.06 | 215.68 | 0.87 | 0.5 |
| Hex | 11 | 6B | EF | 5D | 37 | 0 | 6 | D8 | 57 | 32 |
| Octal | 21 | 153 | 357 | 135 | 67 | 0 | 6 | 330 | 127 | 62 |
| Binary | 10001 | 1101011 | 11101111 | 1011101 | 110111 | 0 | 110 | 11011000 | 1010111 | 110010 |
Color Harmonies of #116BEF
Complementary color
Monochromatic Colors of #116BEF
Black with #116BEF
Text Example
Text Example
White with #116BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BEF; }
p { color: rgb(17,107,239); }
H1.HeaderClassName
{
color: #116BEF;
}
.AnyTagClassName
{
color: #116BEF;
}
</style>
background-color css
<style>
a { background-color: #116BEF; }
a { background-color: rgb(17,107,239); }
div.DivClassName
{
background-color: #116BEF;
}
.BgClassName
{
background-color: #116BEF;
}
</style>
border-color css
<style>
span { border-color: #116BEF; }
span { border-color: rgb(17,107,239); }
td.TdClassName
{
border-color: #116BEF;
}
.TagClassName
{
border-color: #116BEF;
}
</style>