Shades of Allports #136F88
Tints of Allports #136F88
RGB
CMYK
RGB Variations
Color information
#136F88 (or 0x136F88) is known color: Allports. HEX triplet: 13, 6F and 88. RGB value is (19,111,136). Sum of RGB (Red+Green+Blue) = 19+111+136=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #136F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F88 is #EC9077. Grayscale: #565656. Windows color (decimal): -15503480 or 8941331. OLE color: 8941331.
HSL color Cylindrical-coordinate representation of color #136F88: hue angle of 192.82º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136F88 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 111 | 136 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.47 |
| HSL | 192.82º | 0.75% | 0.3% | - |
| HSV(B) | 192.82º | 0.86% | 0.53% | - |
| XYZ | 10.4 | 13.28 | 25.31 | - |
| YUV | 86.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 136 | 0.86 | 0.18 | 0 | 0.47 | 192.82 | 0.75 | 0.3 |
| Hex | 13 | 6F | 88 | 56 | 12 | 0 | 2F | C1 | 4B | 1E |
| Octal | 23 | 157 | 210 | 126 | 22 | 0 | 57 | 301 | 113 | 36 |
| Binary | 10011 | 1101111 | 10001000 | 1010110 | 10010 | 0 | 101111 | 11000001 | 1001011 | 11110 |
Color Harmonies of #136F88
Complementary color
Monochromatic Colors of #136F88
Black with #136F88
Text Example
Text Example
White with #136F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F88; }
p { color: rgb(19,111,136); }
H1.HeaderClassName
{
color: #136F88;
}
.AnyTagClassName
{
color: #136F88;
}
</style>
background-color css
<style>
a { background-color: #136F88; }
a { background-color: rgb(19,111,136); }
div.DivClassName
{
background-color: #136F88;
}
.BgClassName
{
background-color: #136F88;
}
</style>
border-color css
<style>
span { border-color: #136F88; }
span { border-color: rgb(19,111,136); }
td.TdClassName
{
border-color: #136F88;
}
.TagClassName
{
border-color: #136F88;
}
</style>