Shades of Allports #136271
Tints of Allports #136271
RGB
CMYK
RGB Variations
Color information
#136271 (or 0x136271) is known color: Allports. HEX triplet: 13, 62 and 71. RGB value is (19,98,113). Sum of RGB (Red+Green+Blue) = 19+98+113=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #136271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136271 is #EC9D8E. Grayscale: #4B4B4B. Windows color (decimal): -15506831 or 7430675. OLE color: 7430675.
HSL color Cylindrical-coordinate representation of color #136271: hue angle of 189.57º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136271 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 98 | 113 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.56 |
| HSL | 189.57º | 0.71% | 0.26% | - |
| HSV(B) | 189.57º | 0.83% | 0.44% | - |
| XYZ | 7.62 | 10.07 | 17.16 | - |
| YUV | 76.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 113 | 0.83 | 0.13 | 0 | 0.56 | 189.57 | 0.71 | 0.26 |
| Hex | 13 | 62 | 71 | 53 | D | 0 | 38 | BE | 47 | 1A |
| Octal | 23 | 142 | 161 | 123 | 15 | 0 | 70 | 276 | 107 | 32 |
| Binary | 10011 | 1100010 | 1110001 | 1010011 | 1101 | 0 | 111000 | 10111110 | 1000111 | 11010 |
Color Harmonies of #136271
Complementary color
Monochromatic Colors of #136271
Black with #136271
Text Example
Text Example
White with #136271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136271; }
p { color: rgb(19,98,113); }
H1.HeaderClassName
{
color: #136271;
}
.AnyTagClassName
{
color: #136271;
}
</style>
background-color css
<style>
a { background-color: #136271; }
a { background-color: rgb(19,98,113); }
div.DivClassName
{
background-color: #136271;
}
.BgClassName
{
background-color: #136271;
}
</style>
border-color css
<style>
span { border-color: #136271; }
span { border-color: rgb(19,98,113); }
td.TdClassName
{
border-color: #136271;
}
.TagClassName
{
border-color: #136271;
}
</style>