Shades of Navy Blue #116CCE
Tints of Navy Blue #116CCE
RGB
CMYK
RGB Variations
Color information
#116CCE (or 0x116CCE) is known color: Navy Blue. HEX triplet: 11, 6C and CE. RGB value is (17,108,206). Sum of RGB (Red+Green+Blue) = 17+108+206=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #116CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CCE is #EE9331. Grayscale: #5B5B5B. Windows color (decimal): -15635250 or 13528081. OLE color: 13528081.
HSL color Cylindrical-coordinate representation of color #116CCE: hue angle of 211.11º 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 #116CCE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 108 | 206 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.19 |
| HSL | 211.11º | 0.85% | 0.44% | - |
| HSV(B) | 211.11º | 0.92% | 0.81% | - |
| XYZ | 16.73 | 15.3 | 60.46 | - |
| YUV | 91.96 | 192.35 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 206 | 0.92 | 0.48 | 0 | 0.19 | 211.11 | 0.85 | 0.44 |
| Hex | 11 | 6C | CE | 5C | 30 | 0 | 13 | D3 | 55 | 2C |
| Octal | 21 | 154 | 316 | 134 | 60 | 0 | 23 | 323 | 125 | 54 |
| Binary | 10001 | 1101100 | 11001110 | 1011100 | 110000 | 0 | 10011 | 11010011 | 1010101 | 101100 |
Color Harmonies of #116CCE
Complementary color
Monochromatic Colors of #116CCE
Black with #116CCE
Text Example
Text Example
White with #116CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CCE; }
p { color: rgb(17,108,206); }
H1.HeaderClassName
{
color: #116CCE;
}
.AnyTagClassName
{
color: #116CCE;
}
</style>
background-color css
<style>
a { background-color: #116CCE; }
a { background-color: rgb(17,108,206); }
div.DivClassName
{
background-color: #116CCE;
}
.BgClassName
{
background-color: #116CCE;
}
</style>
border-color css
<style>
span { border-color: #116CCE; }
span { border-color: rgb(17,108,206); }
td.TdClassName
{
border-color: #116CCE;
}
.TagClassName
{
border-color: #116CCE;
}
</style>