Shades of Allports #136C89
Tints of Allports #136C89
RGB
CMYK
RGB Variations
Color information
#136C89 (or 0x136C89) is known color: Allports. HEX triplet: 13, 6C and 89. RGB value is (19,108,137). Sum of RGB (Red+Green+Blue) = 19+108+137=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #136C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C89 is #EC9376. Grayscale: #545454. Windows color (decimal): -15504247 or 9006099. OLE color: 9006099.
HSL color Cylindrical-coordinate representation of color #136C89: hue angle of 194.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136C89 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 108 | 137 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.46 |
| HSL | 194.75º | 0.76% | 0.31% | - |
| HSV(B) | 194.75º | 0.86% | 0.54% | - |
| XYZ | 10.15 | 12.67 | 25.58 | - |
| YUV | 84.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 137 | 0.86 | 0.21 | 0 | 0.46 | 194.75 | 0.76 | 0.31 |
| Hex | 13 | 6C | 89 | 56 | 15 | 0 | 2E | C3 | 4C | 1F |
| Octal | 23 | 154 | 211 | 126 | 25 | 0 | 56 | 303 | 114 | 37 |
| Binary | 10011 | 1101100 | 10001001 | 1010110 | 10101 | 0 | 101110 | 11000011 | 1001100 | 11111 |
Color Harmonies of #136C89
Complementary color
Monochromatic Colors of #136C89
Black with #136C89
Text Example
Text Example
White with #136C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C89; }
p { color: rgb(19,108,137); }
H1.HeaderClassName
{
color: #136C89;
}
.AnyTagClassName
{
color: #136C89;
}
</style>
background-color css
<style>
a { background-color: #136C89; }
a { background-color: rgb(19,108,137); }
div.DivClassName
{
background-color: #136C89;
}
.BgClassName
{
background-color: #136C89;
}
</style>
border-color css
<style>
span { border-color: #136C89; }
span { border-color: rgb(19,108,137); }
td.TdClassName
{
border-color: #136C89;
}
.TagClassName
{
border-color: #136C89;
}
</style>