Shades of Allports #137074
Tints of Allports #137074
RGB
CMYK
RGB Variations
Color information
#137074 (or 0x137074) is known color: Allports. HEX triplet: 13, 70 and 74. RGB value is (19,112,116). Sum of RGB (Red+Green+Blue) = 19+112+116=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #137074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137074 is #EC8F8B. Grayscale: #545454. Windows color (decimal): -15503244 or 7630867. OLE color: 7630867.
HSL color Cylindrical-coordinate representation of color #137074: hue angle of 182.47º 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 #137074 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 112 | 116 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.55 |
| HSL | 182.47º | 0.72% | 0.26% | - |
| HSV(B) | 182.47º | 0.84% | 0.45% | - |
| XYZ | 9.22 | 12.99 | 18.54 | - |
| YUV | 84.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 116 | 0.84 | 0.03 | 0 | 0.55 | 182.47 | 0.72 | 0.26 |
| Hex | 13 | 70 | 74 | 54 | 3 | 0 | 37 | B6 | 48 | 1A |
| Octal | 23 | 160 | 164 | 124 | 3 | 0 | 67 | 266 | 110 | 32 |
| Binary | 10011 | 1110000 | 1110100 | 1010100 | 11 | 0 | 110111 | 10110110 | 1001000 | 11010 |
Color Harmonies of #137074
Complementary color
Monochromatic Colors of #137074
Black with #137074
Text Example
Text Example
White with #137074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137074; }
p { color: rgb(19,112,116); }
H1.HeaderClassName
{
color: #137074;
}
.AnyTagClassName
{
color: #137074;
}
</style>
background-color css
<style>
a { background-color: #137074; }
a { background-color: rgb(19,112,116); }
div.DivClassName
{
background-color: #137074;
}
.BgClassName
{
background-color: #137074;
}
</style>
border-color css
<style>
span { border-color: #137074; }
span { border-color: rgb(19,112,116); }
td.TdClassName
{
border-color: #137074;
}
.TagClassName
{
border-color: #137074;
}
</style>