Shades of Navy Blue #116FCE
Tints of Navy Blue #116FCE
RGB
CMYK
RGB Variations
Color information
#116FCE (or 0x116FCE) is known color: Navy Blue. HEX triplet: 11, 6F and CE. RGB value is (17,111,206). Sum of RGB (Red+Green+Blue) = 17+111+206=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #116FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FCE is #EE9031. Grayscale: #5D5D5D. Windows color (decimal): -15634482 or 13528849. OLE color: 13528849.
HSL color Cylindrical-coordinate representation of color #116FCE: hue angle of 210.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FCE is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 111 | 206 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.19 |
| HSL | 210.16º | 0.85% | 0.44% | - |
| HSV(B) | 210.16º | 0.92% | 0.81% | - |
| XYZ | 17.06 | 15.94 | 60.57 | - |
| YUV | 93.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 206 | 0.92 | 0.46 | 0 | 0.19 | 210.16 | 0.85 | 0.44 |
| Hex | 11 | 6F | CE | 5C | 2E | 0 | 13 | D2 | 55 | 2C |
| Octal | 21 | 157 | 316 | 134 | 56 | 0 | 23 | 322 | 125 | 54 |
| Binary | 10001 | 1101111 | 11001110 | 1011100 | 101110 | 0 | 10011 | 11010010 | 1010101 | 101100 |
Color Harmonies of #116FCE
Complementary color
Monochromatic Colors of #116FCE
Black with #116FCE
Text Example
Text Example
White with #116FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FCE; }
p { color: rgb(17,111,206); }
H1.HeaderClassName
{
color: #116FCE;
}
.AnyTagClassName
{
color: #116FCE;
}
</style>
background-color css
<style>
a { background-color: #116FCE; }
a { background-color: rgb(17,111,206); }
div.DivClassName
{
background-color: #116FCE;
}
.BgClassName
{
background-color: #116FCE;
}
</style>
border-color css
<style>
span { border-color: #116FCE; }
span { border-color: rgb(17,111,206); }
td.TdClassName
{
border-color: #116FCE;
}
.TagClassName
{
border-color: #116FCE;
}
</style>