Shades of Allports #136173
Tints of Allports #136173
RGB
CMYK
RGB Variations
Color information
#136173 (or 0x136173) is known color: Allports. HEX triplet: 13, 61 and 73. RGB value is (19,97,115). Sum of RGB (Red+Green+Blue) = 19+97+115=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #136173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136173 is #EC9E8C. Grayscale: #4B4B4B. Windows color (decimal): -15507085 or 7561491. OLE color: 7561491.
HSL color Cylindrical-coordinate representation of color #136173: hue angle of 191.25º degrees, saturation: 0.72, 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 #136173 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 97 | 115 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.55 |
| HSL | 191.25º | 0.72% | 0.26% | - |
| HSV(B) | 191.25º | 0.83% | 0.45% | - |
| XYZ | 7.64 | 9.93 | 17.73 | - |
| YUV | 75.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 115 | 0.83 | 0.16 | 0 | 0.55 | 191.25 | 0.72 | 0.26 |
| Hex | 13 | 61 | 73 | 53 | 10 | 0 | 37 | BF | 48 | 1A |
| Octal | 23 | 141 | 163 | 123 | 20 | 0 | 67 | 277 | 110 | 32 |
| Binary | 10011 | 1100001 | 1110011 | 1010011 | 10000 | 0 | 110111 | 10111111 | 1001000 | 11010 |
Color Harmonies of #136173
Complementary color
Monochromatic Colors of #136173
Black with #136173
Text Example
Text Example
White with #136173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136173; }
p { color: rgb(19,97,115); }
H1.HeaderClassName
{
color: #136173;
}
.AnyTagClassName
{
color: #136173;
}
</style>
background-color css
<style>
a { background-color: #136173; }
a { background-color: rgb(19,97,115); }
div.DivClassName
{
background-color: #136173;
}
.BgClassName
{
background-color: #136173;
}
</style>
border-color css
<style>
span { border-color: #136173; }
span { border-color: rgb(19,97,115); }
td.TdClassName
{
border-color: #136173;
}
.TagClassName
{
border-color: #136173;
}
</style>