Shades of Navy Blue #116CE2
Tints of Navy Blue #116CE2
RGB
CMYK
RGB Variations
Color information
#116CE2 (or 0x116CE2) is known color: Navy Blue. HEX triplet: 11, 6C and E2. RGB value is (17,108,226). Sum of RGB (Red+Green+Blue) = 17+108+226=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 226 (88.67% from 255 or 64.39% from 351); Max value from RGB is 226 - color contains mainly: blue. Hex color #116CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CE2 is #EE931D. Grayscale: #5D5D5D. Windows color (decimal): -15635230 or 14838801. OLE color: 14838801.
HSL color Cylindrical-coordinate representation of color #116CE2: hue angle of 213.88º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116CE2 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 108 | 226 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.11 |
| HSL | 213.88º | 0.86% | 0.48% | - |
| HSV(B) | 213.88º | 0.92% | 0.89% | - |
| XYZ | 19.32 | 16.34 | 74.09 | - |
| YUV | 94.24 | 202.35 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 226 | 0.92 | 0.52 | 0 | 0.11 | 213.88 | 0.86 | 0.48 |
| Hex | 11 | 6C | E2 | 5C | 34 | 0 | B | D6 | 56 | 30 |
| Octal | 21 | 154 | 342 | 134 | 64 | 0 | 13 | 326 | 126 | 60 |
| Binary | 10001 | 1101100 | 11100010 | 1011100 | 110100 | 0 | 1011 | 11010110 | 1010110 | 110000 |
Color Harmonies of #116CE2
Complementary color
Monochromatic Colors of #116CE2
Black with #116CE2
Text Example
Text Example
White with #116CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CE2; }
p { color: rgb(17,108,226); }
H1.HeaderClassName
{
color: #116CE2;
}
.AnyTagClassName
{
color: #116CE2;
}
</style>
background-color css
<style>
a { background-color: #116CE2; }
a { background-color: rgb(17,108,226); }
div.DivClassName
{
background-color: #116CE2;
}
.BgClassName
{
background-color: #116CE2;
}
</style>
border-color css
<style>
span { border-color: #116CE2; }
span { border-color: rgb(17,108,226); }
td.TdClassName
{
border-color: #116CE2;
}
.TagClassName
{
border-color: #116CE2;
}
</style>