Shades of Allports #136A8B
Tints of Allports #136A8B
RGB
CMYK
RGB Variations
Color information
#136A8B (or 0x136A8B) is known color: Allports. HEX triplet: 13, 6A and 8B. RGB value is (19,106,139). Sum of RGB (Red+Green+Blue) = 19+106+139=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #136A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A8B is #EC9574. Grayscale: #535353. Windows color (decimal): -15504757 or 9136659. OLE color: 9136659.
HSL color Cylindrical-coordinate representation of color #136A8B: hue angle of 196.5º 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 #136A8B is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 106 | 139 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.45 |
| HSL | 196.5º | 0.76% | 0.31% | - |
| HSV(B) | 196.5º | 0.86% | 0.55% | - |
| XYZ | 10.08 | 12.31 | 26.27 | - |
| YUV | 83.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 139 | 0.86 | 0.24 | 0 | 0.45 | 196.5 | 0.76 | 0.31 |
| Hex | 13 | 6A | 8B | 56 | 18 | 0 | 2D | C4 | 4C | 1F |
| Octal | 23 | 152 | 213 | 126 | 30 | 0 | 55 | 304 | 114 | 37 |
| Binary | 10011 | 1101010 | 10001011 | 1010110 | 11000 | 0 | 101101 | 11000100 | 1001100 | 11111 |
Color Harmonies of #136A8B
Complementary color
Monochromatic Colors of #136A8B
Black with #136A8B
Text Example
Text Example
White with #136A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A8B; }
p { color: rgb(19,106,139); }
H1.HeaderClassName
{
color: #136A8B;
}
.AnyTagClassName
{
color: #136A8B;
}
</style>
background-color css
<style>
a { background-color: #136A8B; }
a { background-color: rgb(19,106,139); }
div.DivClassName
{
background-color: #136A8B;
}
.BgClassName
{
background-color: #136A8B;
}
</style>
border-color css
<style>
span { border-color: #136A8B; }
span { border-color: rgb(19,106,139); }
td.TdClassName
{
border-color: #136A8B;
}
.TagClassName
{
border-color: #136A8B;
}
</style>