Shades of Navy Blue #116CEF
Tints of Navy Blue #116CEF
RGB
CMYK
RGB Variations
Color information
#116CEF (or 0x116CEF) is known color: Navy Blue. HEX triplet: 11, 6C and EF. RGB value is (17,108,239). Sum of RGB (Red+Green+Blue) = 17+108+239=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #116CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116CEF is #EE9310. Grayscale: #5F5F5F. Windows color (decimal): -15635217 or 15690769. OLE color: 15690769.
HSL color Cylindrical-coordinate representation of color #116CEF: hue angle of 215.41º 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 #116CEF is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 108 | 239 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.06 |
| HSL | 215.41º | 0.87% | 0.5% | - |
| HSV(B) | 215.41º | 0.93% | 0.94% | - |
| XYZ | 21.17 | 17.08 | 83.84 | - |
| YUV | 95.73 | 208.85 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 239 | 0.93 | 0.55 | 0 | 0.06 | 215.41 | 0.87 | 0.5 |
| Hex | 11 | 6C | EF | 5D | 37 | 0 | 6 | D7 | 57 | 32 |
| Octal | 21 | 154 | 357 | 135 | 67 | 0 | 6 | 327 | 127 | 62 |
| Binary | 10001 | 1101100 | 11101111 | 1011101 | 110111 | 0 | 110 | 11010111 | 1010111 | 110010 |
Color Harmonies of #116CEF
Complementary color
Monochromatic Colors of #116CEF
Black with #116CEF
Text Example
Text Example
White with #116CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CEF; }
p { color: rgb(17,108,239); }
H1.HeaderClassName
{
color: #116CEF;
}
.AnyTagClassName
{
color: #116CEF;
}
</style>
background-color css
<style>
a { background-color: #116CEF; }
a { background-color: rgb(17,108,239); }
div.DivClassName
{
background-color: #116CEF;
}
.BgClassName
{
background-color: #116CEF;
}
</style>
border-color css
<style>
span { border-color: #116CEF; }
span { border-color: rgb(17,108,239); }
td.TdClassName
{
border-color: #116CEF;
}
.TagClassName
{
border-color: #116CEF;
}
</style>