Shades of Allports #136E8B
Tints of Allports #136E8B
RGB
CMYK
RGB Variations
Color information
#136E8B (or 0x136E8B) is known color: Allports. HEX triplet: 13, 6E and 8B. RGB value is (19,110,139). Sum of RGB (Red+Green+Blue) = 19+110+139=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #136E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136E8B is #EC9174. Grayscale: #555555. Windows color (decimal): -15503733 or 9137683. OLE color: 9137683.
HSL color Cylindrical-coordinate representation of color #136E8B: hue angle of 194.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 #136E8B is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 110 | 139 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.45 |
| HSL | 194.5º | 0.76% | 0.31% | - |
| HSV(B) | 194.5º | 0.86% | 0.55% | - |
| XYZ | 10.5 | 13.15 | 26.41 | - |
| YUV | 86.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 139 | 0.86 | 0.21 | 0 | 0.45 | 194.5 | 0.76 | 0.31 |
| Hex | 13 | 6E | 8B | 56 | 15 | 0 | 2D | C2 | 4C | 1F |
| Octal | 23 | 156 | 213 | 126 | 25 | 0 | 55 | 302 | 114 | 37 |
| Binary | 10011 | 1101110 | 10001011 | 1010110 | 10101 | 0 | 101101 | 11000010 | 1001100 | 11111 |
Color Harmonies of #136E8B
Complementary color
Monochromatic Colors of #136E8B
Black with #136E8B
Text Example
Text Example
White with #136E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136E8B; }
p { color: rgb(19,110,139); }
H1.HeaderClassName
{
color: #136E8B;
}
.AnyTagClassName
{
color: #136E8B;
}
</style>
background-color css
<style>
a { background-color: #136E8B; }
a { background-color: rgb(19,110,139); }
div.DivClassName
{
background-color: #136E8B;
}
.BgClassName
{
background-color: #136E8B;
}
</style>
border-color css
<style>
span { border-color: #136E8B; }
span { border-color: rgb(19,110,139); }
td.TdClassName
{
border-color: #136E8B;
}
.TagClassName
{
border-color: #136E8B;
}
</style>