Shades of Allports #136A75
Tints of Allports #136A75
RGB
CMYK
RGB Variations
Color information
#136A75 (or 0x136A75) is known color: Allports. HEX triplet: 13, 6A and 75. RGB value is (19,106,117). Sum of RGB (Red+Green+Blue) = 19+106+117=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #136A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A75 is #EC958A. Grayscale: #515151. Windows color (decimal): -15504779 or 7694867. OLE color: 7694867.
HSL color Cylindrical-coordinate representation of color #136A75: hue angle of 186.73º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136A75 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 106 | 117 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.54 |
| HSL | 186.73º | 0.72% | 0.27% | - |
| HSV(B) | 186.73º | 0.84% | 0.46% | - |
| XYZ | 8.63 | 11.73 | 18.64 | - |
| YUV | 81.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 117 | 0.84 | 0.09 | 0 | 0.54 | 186.73 | 0.72 | 0.27 |
| Hex | 13 | 6A | 75 | 54 | 9 | 0 | 36 | BB | 48 | 1B |
| Octal | 23 | 152 | 165 | 124 | 11 | 0 | 66 | 273 | 110 | 33 |
| Binary | 10011 | 1101010 | 1110101 | 1010100 | 1001 | 0 | 110110 | 10111011 | 1001000 | 11011 |
Color Harmonies of #136A75
Complementary color
Monochromatic Colors of #136A75
Black with #136A75
Text Example
Text Example
White with #136A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A75; }
p { color: rgb(19,106,117); }
H1.HeaderClassName
{
color: #136A75;
}
.AnyTagClassName
{
color: #136A75;
}
</style>
background-color css
<style>
a { background-color: #136A75; }
a { background-color: rgb(19,106,117); }
div.DivClassName
{
background-color: #136A75;
}
.BgClassName
{
background-color: #136A75;
}
</style>
border-color css
<style>
span { border-color: #136A75; }
span { border-color: rgb(19,106,117); }
td.TdClassName
{
border-color: #136A75;
}
.TagClassName
{
border-color: #136A75;
}
</style>