Shades of Allports #137174
Tints of Allports #137174
RGB
CMYK
RGB Variations
Color information
#137174 (or 0x137174) is known color: Allports. HEX triplet: 13, 71 and 74. RGB value is (19,113,116). Sum of RGB (Red+Green+Blue) = 19+113+116=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #137174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137174 is #EC8E8B. Grayscale: #555555. Windows color (decimal): -15502988 or 7631123. OLE color: 7631123.
HSL color Cylindrical-coordinate representation of color #137174: hue angle of 181.86º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137174 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 113 | 116 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.55 |
| HSL | 181.86º | 0.72% | 0.26% | - |
| HSV(B) | 181.86º | 0.84% | 0.45% | - |
| XYZ | 9.33 | 13.21 | 18.58 | - |
| YUV | 85.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 116 | 0.84 | 0.03 | 0 | 0.55 | 181.86 | 0.72 | 0.26 |
| Hex | 13 | 71 | 74 | 54 | 3 | 0 | 37 | B6 | 48 | 1A |
| Octal | 23 | 161 | 164 | 124 | 3 | 0 | 67 | 266 | 110 | 32 |
| Binary | 10011 | 1110001 | 1110100 | 1010100 | 11 | 0 | 110111 | 10110110 | 1001000 | 11010 |
Color Harmonies of #137174
Complementary color
Monochromatic Colors of #137174
Black with #137174
Text Example
Text Example
White with #137174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137174; }
p { color: rgb(19,113,116); }
H1.HeaderClassName
{
color: #137174;
}
.AnyTagClassName
{
color: #137174;
}
</style>
background-color css
<style>
a { background-color: #137174; }
a { background-color: rgb(19,113,116); }
div.DivClassName
{
background-color: #137174;
}
.BgClassName
{
background-color: #137174;
}
</style>
border-color css
<style>
span { border-color: #137174; }
span { border-color: rgb(19,113,116); }
td.TdClassName
{
border-color: #137174;
}
.TagClassName
{
border-color: #137174;
}
</style>