Shades of Allports #136372
Tints of Allports #136372
RGB
CMYK
RGB Variations
Color information
#136372 (or 0x136372) is known color: Allports. HEX triplet: 13, 63 and 72. RGB value is (19,99,114). Sum of RGB (Red+Green+Blue) = 19+99+114=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #136372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136372 is #EC9C8D. Grayscale: #4C4C4C. Windows color (decimal): -15506574 or 7496467. OLE color: 7496467.
HSL color Cylindrical-coordinate representation of color #136372: hue angle of 189.47º 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 #136372 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 99 | 114 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.55 |
| HSL | 189.47º | 0.71% | 0.26% | - |
| HSV(B) | 189.47º | 0.83% | 0.45% | - |
| XYZ | 7.77 | 10.28 | 17.49 | - |
| YUV | 76.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 114 | 0.83 | 0.13 | 0 | 0.55 | 189.47 | 0.71 | 0.26 |
| Hex | 13 | 63 | 72 | 53 | D | 0 | 37 | BD | 47 | 1A |
| Octal | 23 | 143 | 162 | 123 | 15 | 0 | 67 | 275 | 107 | 32 |
| Binary | 10011 | 1100011 | 1110010 | 1010011 | 1101 | 0 | 110111 | 10111101 | 1000111 | 11010 |
Color Harmonies of #136372
Complementary color
Monochromatic Colors of #136372
Black with #136372
Text Example
Text Example
White with #136372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136372; }
p { color: rgb(19,99,114); }
H1.HeaderClassName
{
color: #136372;
}
.AnyTagClassName
{
color: #136372;
}
</style>
background-color css
<style>
a { background-color: #136372; }
a { background-color: rgb(19,99,114); }
div.DivClassName
{
background-color: #136372;
}
.BgClassName
{
background-color: #136372;
}
</style>
border-color css
<style>
span { border-color: #136372; }
span { border-color: rgb(19,99,114); }
td.TdClassName
{
border-color: #136372;
}
.TagClassName
{
border-color: #136372;
}
</style>