Shades of Allports #136186
Tints of Allports #136186
RGB
CMYK
RGB Variations
Color information
#136186 (or 0x136186) is known color: Allports. HEX triplet: 13, 61 and 86. RGB value is (19,97,134). Sum of RGB (Red+Green+Blue) = 19+97+134=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #136186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136186 is #EC9E79. Grayscale: #4D4D4D. Windows color (decimal): -15507066 or 8806675. OLE color: 8806675.
HSL color Cylindrical-coordinate representation of color #136186: hue angle of 199.3º 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 #136186 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 97 | 134 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.47 |
| HSL | 199.3º | 0.75% | 0.3% | - |
| HSV(B) | 199.3º | 0.86% | 0.53% | - |
| XYZ | 8.85 | 10.41 | 24.1 | - |
| YUV | 77.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 134 | 0.86 | 0.28 | 0 | 0.47 | 199.3 | 0.75 | 0.3 |
| Hex | 13 | 61 | 86 | 56 | 1C | 0 | 2F | C7 | 4B | 1E |
| Octal | 23 | 141 | 206 | 126 | 34 | 0 | 57 | 307 | 113 | 36 |
| Binary | 10011 | 1100001 | 10000110 | 1010110 | 11100 | 0 | 101111 | 11000111 | 1001011 | 11110 |
Color Harmonies of #136186
Complementary color
Monochromatic Colors of #136186
Black with #136186
Text Example
Text Example
White with #136186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136186; }
p { color: rgb(19,97,134); }
H1.HeaderClassName
{
color: #136186;
}
.AnyTagClassName
{
color: #136186;
}
</style>
background-color css
<style>
a { background-color: #136186; }
a { background-color: rgb(19,97,134); }
div.DivClassName
{
background-color: #136186;
}
.BgClassName
{
background-color: #136186;
}
</style>
border-color css
<style>
span { border-color: #136186; }
span { border-color: rgb(19,97,134); }
td.TdClassName
{
border-color: #136186;
}
.TagClassName
{
border-color: #136186;
}
</style>