Shades of Allports #116696
Tints of Allports #116696
RGB
CMYK
RGB Variations
Color information
#116696 (or 0x116696) is known color: Allports. HEX triplet: 11, 66 and 96. RGB value is (17,102,150). Sum of RGB (Red+Green+Blue) = 17+102+150=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #116696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116696 is #EE9969. Grayscale: #515151. Windows color (decimal): -15636842 or 9856529. OLE color: 9856529.
HSL color Cylindrical-coordinate representation of color #116696: hue angle of 201.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116696 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 102 | 150 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.41 |
| HSL | 201.65º | 0.8% | 0.33% | - |
| HSV(B) | 201.65º | 0.89% | 0.59% | - |
| XYZ | 10.49 | 11.82 | 30.58 | - |
| YUV | 82.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 150 | 0.89 | 0.32 | 0 | 0.41 | 201.65 | 0.8 | 0.33 |
| Hex | 11 | 66 | 96 | 59 | 20 | 0 | 29 | CA | 50 | 21 |
| Octal | 21 | 146 | 226 | 131 | 40 | 0 | 51 | 312 | 120 | 41 |
| Binary | 10001 | 1100110 | 10010110 | 1011001 | 100000 | 0 | 101001 | 11001010 | 1010000 | 100001 |
Color Harmonies of #116696
Complementary color
Monochromatic Colors of #116696
Black with #116696
Text Example
Text Example
White with #116696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116696; }
p { color: rgb(17,102,150); }
H1.HeaderClassName
{
color: #116696;
}
.AnyTagClassName
{
color: #116696;
}
</style>
background-color css
<style>
a { background-color: #116696; }
a { background-color: rgb(17,102,150); }
div.DivClassName
{
background-color: #116696;
}
.BgClassName
{
background-color: #116696;
}
</style>
border-color css
<style>
span { border-color: #116696; }
span { border-color: rgb(17,102,150); }
td.TdClassName
{
border-color: #116696;
}
.TagClassName
{
border-color: #116696;
}
</style>