Shades of Allports #11697B
Tints of Allports #11697B
RGB
CMYK
RGB Variations
Color information
#11697B (or 0x11697B) is known color: Allports. HEX triplet: 11, 69 and 7B. RGB value is (17,105,123). Sum of RGB (Red+Green+Blue) = 17+105+123=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #11697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11697B is #EE9684. Grayscale: #505050. Windows color (decimal): -15636101 or 8087825. OLE color: 8087825.
HSL color Cylindrical-coordinate representation of color #11697B: hue angle of 190.19º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11697B is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 105 | 123 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.52 |
| HSL | 190.19º | 0.76% | 0.27% | - |
| HSV(B) | 190.19º | 0.86% | 0.48% | - |
| XYZ | 8.86 | 11.65 | 20.52 | - |
| YUV | 80.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 123 | 0.86 | 0.15 | 0 | 0.52 | 190.19 | 0.76 | 0.27 |
| Hex | 11 | 69 | 7B | 56 | F | 0 | 34 | BE | 4C | 1B |
| Octal | 21 | 151 | 173 | 126 | 17 | 0 | 64 | 276 | 114 | 33 |
| Binary | 10001 | 1101001 | 1111011 | 1010110 | 1111 | 0 | 110100 | 10111110 | 1001100 | 11011 |
Color Harmonies of #11697B
Complementary color
Monochromatic Colors of #11697B
Black with #11697B
Text Example
Text Example
White with #11697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11697B; }
p { color: rgb(17,105,123); }
H1.HeaderClassName
{
color: #11697B;
}
.AnyTagClassName
{
color: #11697B;
}
</style>
background-color css
<style>
a { background-color: #11697B; }
a { background-color: rgb(17,105,123); }
div.DivClassName
{
background-color: #11697B;
}
.BgClassName
{
background-color: #11697B;
}
</style>
border-color css
<style>
span { border-color: #11697B; }
span { border-color: rgb(17,105,123); }
td.TdClassName
{
border-color: #11697B;
}
.TagClassName
{
border-color: #11697B;
}
</style>