Shades of Allports #136D7A
Tints of Allports #136D7A
RGB
CMYK
RGB Variations
Color information
#136D7A (or 0x136D7A) is known color: Allports. HEX triplet: 13, 6D and 7A. RGB value is (19,109,122). Sum of RGB (Red+Green+Blue) = 19+109+122=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #136D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D7A is #EC9285. Grayscale: #535353. Windows color (decimal): -15504006 or 8023315. OLE color: 8023315.
HSL color Cylindrical-coordinate representation of color #136D7A: hue angle of 187.57º 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 #136D7A is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 109 | 122 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.52 |
| HSL | 187.57º | 0.73% | 0.28% | - |
| HSV(B) | 187.57º | 0.84% | 0.48% | - |
| XYZ | 9.25 | 12.48 | 20.33 | - |
| YUV | 83.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 122 | 0.84 | 0.11 | 0 | 0.52 | 187.57 | 0.73 | 0.28 |
| Hex | 13 | 6D | 7A | 54 | B | 0 | 34 | BC | 49 | 1C |
| Octal | 23 | 155 | 172 | 124 | 13 | 0 | 64 | 274 | 111 | 34 |
| Binary | 10011 | 1101101 | 1111010 | 1010100 | 1011 | 0 | 110100 | 10111100 | 1001001 | 11100 |
Color Harmonies of #136D7A
Complementary color
Monochromatic Colors of #136D7A
Black with #136D7A
Text Example
Text Example
White with #136D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D7A; }
p { color: rgb(19,109,122); }
H1.HeaderClassName
{
color: #136D7A;
}
.AnyTagClassName
{
color: #136D7A;
}
</style>
background-color css
<style>
a { background-color: #136D7A; }
a { background-color: rgb(19,109,122); }
div.DivClassName
{
background-color: #136D7A;
}
.BgClassName
{
background-color: #136D7A;
}
</style>
border-color css
<style>
span { border-color: #136D7A; }
span { border-color: rgb(19,109,122); }
td.TdClassName
{
border-color: #136D7A;
}
.TagClassName
{
border-color: #136D7A;
}
</style>