Shades of Allports #136B8B
Tints of Allports #136B8B
RGB
CMYK
RGB Variations
Color information
#136B8B (or 0x136B8B) is known color: Allports. HEX triplet: 13, 6B and 8B. RGB value is (19,107,139). Sum of RGB (Red+Green+Blue) = 19+107+139=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #136B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B8B is #EC9474. Grayscale: #545454. Windows color (decimal): -15504501 or 9136915. OLE color: 9136915.
HSL color Cylindrical-coordinate representation of color #136B8B: hue angle of 196º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136B8B is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 107 | 139 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.45 |
| HSL | 196º | 0.76% | 0.31% | - |
| HSV(B) | 196º | 0.86% | 0.55% | - |
| XYZ | 10.19 | 12.52 | 26.31 | - |
| YUV | 84.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 139 | 0.86 | 0.23 | 0 | 0.45 | 196 | 0.76 | 0.31 |
| Hex | 13 | 6B | 8B | 56 | 17 | 0 | 2D | C4 | 4C | 1F |
| Octal | 23 | 153 | 213 | 126 | 27 | 0 | 55 | 304 | 114 | 37 |
| Binary | 10011 | 1101011 | 10001011 | 1010110 | 10111 | 0 | 101101 | 11000100 | 1001100 | 11111 |
Color Harmonies of #136B8B
Complementary color
Monochromatic Colors of #136B8B
Black with #136B8B
Text Example
Text Example
White with #136B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B8B; }
p { color: rgb(19,107,139); }
H1.HeaderClassName
{
color: #136B8B;
}
.AnyTagClassName
{
color: #136B8B;
}
</style>
background-color css
<style>
a { background-color: #136B8B; }
a { background-color: rgb(19,107,139); }
div.DivClassName
{
background-color: #136B8B;
}
.BgClassName
{
background-color: #136B8B;
}
</style>
border-color css
<style>
span { border-color: #136B8B; }
span { border-color: rgb(19,107,139); }
td.TdClassName
{
border-color: #136B8B;
}
.TagClassName
{
border-color: #136B8B;
}
</style>