Shades of Allports #136572
Tints of Allports #136572
RGB
CMYK
RGB Variations
Color information
#136572 (or 0x136572) is known color: Allports. HEX triplet: 13, 65 and 72. RGB value is (19,101,114). Sum of RGB (Red+Green+Blue) = 19+101+114=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #136572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136572 is #EC9A8D. Grayscale: #4D4D4D. Windows color (decimal): -15506062 or 7496979. OLE color: 7496979.
HSL color Cylindrical-coordinate representation of color #136572: hue angle of 188.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136572 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 101 | 114 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.55 |
| HSL | 188.21º | 0.71% | 0.26% | - |
| HSV(B) | 188.21º | 0.83% | 0.45% | - |
| XYZ | 7.96 | 10.66 | 17.56 | - |
| YUV | 77.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 114 | 0.83 | 0.11 | 0 | 0.55 | 188.21 | 0.71 | 0.26 |
| Hex | 13 | 65 | 72 | 53 | B | 0 | 37 | BC | 47 | 1A |
| Octal | 23 | 145 | 162 | 123 | 13 | 0 | 67 | 274 | 107 | 32 |
| Binary | 10011 | 1100101 | 1110010 | 1010011 | 1011 | 0 | 110111 | 10111100 | 1000111 | 11010 |
Color Harmonies of #136572
Complementary color
Monochromatic Colors of #136572
Black with #136572
Text Example
Text Example
White with #136572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136572; }
p { color: rgb(19,101,114); }
H1.HeaderClassName
{
color: #136572;
}
.AnyTagClassName
{
color: #136572;
}
</style>
background-color css
<style>
a { background-color: #136572; }
a { background-color: rgb(19,101,114); }
div.DivClassName
{
background-color: #136572;
}
.BgClassName
{
background-color: #136572;
}
</style>
border-color css
<style>
span { border-color: #136572; }
span { border-color: rgb(19,101,114); }
td.TdClassName
{
border-color: #136572;
}
.TagClassName
{
border-color: #136572;
}
</style>