Shades of Allports #136C7C
Tints of Allports #136C7C
RGB
CMYK
RGB Variations
Color information
#136C7C (or 0x136C7C) is known color: Allports. HEX triplet: 13, 6C and 7C. RGB value is (19,108,124). Sum of RGB (Red+Green+Blue) = 19+108+124=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #136C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C7C is #EC9383. Grayscale: #535353. Windows color (decimal): -15504260 or 8154131. OLE color: 8154131.
HSL color Cylindrical-coordinate representation of color #136C7C: hue angle of 189.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136C7C is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 108 | 124 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.51 |
| HSL | 189.14º | 0.73% | 0.28% | - |
| HSV(B) | 189.14º | 0.85% | 0.49% | - |
| XYZ | 9.27 | 12.32 | 20.96 | - |
| YUV | 83.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 124 | 0.85 | 0.13 | 0 | 0.51 | 189.14 | 0.73 | 0.28 |
| Hex | 13 | 6C | 7C | 55 | D | 0 | 33 | BD | 49 | 1C |
| Octal | 23 | 154 | 174 | 125 | 15 | 0 | 63 | 275 | 111 | 34 |
| Binary | 10011 | 1101100 | 1111100 | 1010101 | 1101 | 0 | 110011 | 10111101 | 1001001 | 11100 |
Color Harmonies of #136C7C
Complementary color
Monochromatic Colors of #136C7C
Black with #136C7C
Text Example
Text Example
White with #136C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C7C; }
p { color: rgb(19,108,124); }
H1.HeaderClassName
{
color: #136C7C;
}
.AnyTagClassName
{
color: #136C7C;
}
</style>
background-color css
<style>
a { background-color: #136C7C; }
a { background-color: rgb(19,108,124); }
div.DivClassName
{
background-color: #136C7C;
}
.BgClassName
{
background-color: #136C7C;
}
</style>
border-color css
<style>
span { border-color: #136C7C; }
span { border-color: rgb(19,108,124); }
td.TdClassName
{
border-color: #136C7C;
}
.TagClassName
{
border-color: #136C7C;
}
</style>