Shades of Allports #136C81
Tints of Allports #136C81
RGB
CMYK
RGB Variations
Color information
#136C81 (or 0x136C81) is known color: Allports. HEX triplet: 13, 6C and 81. RGB value is (19,108,129). Sum of RGB (Red+Green+Blue) = 19+108+129=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #136C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136C81 is #EC937E. Grayscale: #535353. Windows color (decimal): -15504255 or 8481811. OLE color: 8481811.
HSL color Cylindrical-coordinate representation of color #136C81: hue angle of 191.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136C81 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 108 | 129 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.49 |
| HSL | 191.45º | 0.74% | 0.29% | - |
| HSV(B) | 191.45º | 0.85% | 0.51% | - |
| XYZ | 9.59 | 12.45 | 22.67 | - |
| YUV | 83.78 | 153.51 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 129 | 0.85 | 0.16 | 0 | 0.49 | 191.45 | 0.74 | 0.29 |
| Hex | 13 | 6C | 81 | 55 | 10 | 0 | 31 | BF | 4A | 1D |
| Octal | 23 | 154 | 201 | 125 | 20 | 0 | 61 | 277 | 112 | 35 |
| Binary | 10011 | 1101100 | 10000001 | 1010101 | 10000 | 0 | 110001 | 10111111 | 1001010 | 11101 |
Color Harmonies of #136C81
Complementary color
Monochromatic Colors of #136C81
Black with #136C81
Text Example
Text Example
White with #136C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C81; }
p { color: rgb(19,108,129); }
H1.HeaderClassName
{
color: #136C81;
}
.AnyTagClassName
{
color: #136C81;
}
</style>
background-color css
<style>
a { background-color: #136C81; }
a { background-color: rgb(19,108,129); }
div.DivClassName
{
background-color: #136C81;
}
.BgClassName
{
background-color: #136C81;
}
</style>
border-color css
<style>
span { border-color: #136C81; }
span { border-color: rgb(19,108,129); }
td.TdClassName
{
border-color: #136C81;
}
.TagClassName
{
border-color: #136C81;
}
</style>