Shades of Allports #136C7A
Tints of Allports #136C7A
RGB
CMYK
RGB Variations
Color information
#136C7A (or 0x136C7A) is known color: Allports. HEX triplet: 13, 6C and 7A. RGB value is (19,108,122). Sum of RGB (Red+Green+Blue) = 19+108+122=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #136C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C7A is #EC9385. Grayscale: #525252. Windows color (decimal): -15504262 or 8023059. OLE color: 8023059.
HSL color Cylindrical-coordinate representation of color #136C7A: hue angle of 188.16º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136C7A is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 108 | 122 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.52 |
| HSL | 188.16º | 0.73% | 0.28% | - |
| HSV(B) | 188.16º | 0.84% | 0.48% | - |
| XYZ | 9.14 | 12.27 | 20.3 | - |
| YUV | 82.99 | 150.01 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 122 | 0.84 | 0.11 | 0 | 0.52 | 188.16 | 0.73 | 0.28 |
| Hex | 13 | 6C | 7A | 54 | B | 0 | 34 | BC | 49 | 1C |
| Octal | 23 | 154 | 172 | 124 | 13 | 0 | 64 | 274 | 111 | 34 |
| Binary | 10011 | 1101100 | 1111010 | 1010100 | 1011 | 0 | 110100 | 10111100 | 1001001 | 11100 |
Color Harmonies of #136C7A
Complementary color
Monochromatic Colors of #136C7A
Black with #136C7A
Text Example
Text Example
White with #136C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C7A; }
p { color: rgb(19,108,122); }
H1.HeaderClassName
{
color: #136C7A;
}
.AnyTagClassName
{
color: #136C7A;
}
</style>
background-color css
<style>
a { background-color: #136C7A; }
a { background-color: rgb(19,108,122); }
div.DivClassName
{
background-color: #136C7A;
}
.BgClassName
{
background-color: #136C7A;
}
</style>
border-color css
<style>
span { border-color: #136C7A; }
span { border-color: rgb(19,108,122); }
td.TdClassName
{
border-color: #136C7A;
}
.TagClassName
{
border-color: #136C7A;
}
</style>