Shades of Allports #11677A
Tints of Allports #11677A
RGB
CMYK
RGB Variations
Color information
#11677A (or 0x11677A) is known color: Allports. HEX triplet: 11, 67 and 7A. RGB value is (17,103,122). Sum of RGB (Red+Green+Blue) = 17+103+122=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #11677A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11677A is #EE9885. Grayscale: #4F4F4F. Windows color (decimal): -15636614 or 8021777. OLE color: 8021777.
HSL color Cylindrical-coordinate representation of color #11677A: hue angle of 190.86º 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 #11677A is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 103 | 122 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.52 |
| HSL | 190.86º | 0.76% | 0.27% | - |
| HSV(B) | 190.86º | 0.86% | 0.48% | - |
| XYZ | 8.59 | 11.22 | 20.13 | - |
| YUV | 79.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 122 | 0.86 | 0.16 | 0 | 0.52 | 190.86 | 0.76 | 0.27 |
| Hex | 11 | 67 | 7A | 56 | 10 | 0 | 34 | BF | 4C | 1B |
| Octal | 21 | 147 | 172 | 126 | 20 | 0 | 64 | 277 | 114 | 33 |
| Binary | 10001 | 1100111 | 1111010 | 1010110 | 10000 | 0 | 110100 | 10111111 | 1001100 | 11011 |
Color Harmonies of #11677A
Complementary color
Monochromatic Colors of #11677A
Black with #11677A
Text Example
Text Example
White with #11677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11677A; }
p { color: rgb(17,103,122); }
H1.HeaderClassName
{
color: #11677A;
}
.AnyTagClassName
{
color: #11677A;
}
</style>
background-color css
<style>
a { background-color: #11677A; }
a { background-color: rgb(17,103,122); }
div.DivClassName
{
background-color: #11677A;
}
.BgClassName
{
background-color: #11677A;
}
</style>
border-color css
<style>
span { border-color: #11677A; }
span { border-color: rgb(17,103,122); }
td.TdClassName
{
border-color: #11677A;
}
.TagClassName
{
border-color: #11677A;
}
</style>