Shades of Allports #157174
Tints of Allports #157174
RGB
CMYK
RGB Variations
Color information
#157174 (or 0x157174) is known color: Allports. HEX triplet: 15, 71 and 74. RGB value is (21,113,116). Sum of RGB (Red+Green+Blue) = 21+113+116=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #157174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157174 is #EA8E8B. Grayscale: #555555. Windows color (decimal): -15371916 or 7631125. OLE color: 7631125.
HSL color Cylindrical-coordinate representation of color #157174: hue angle of 181.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157174 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 113 | 116 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.55 |
| HSL | 181.89º | 0.69% | 0.27% | - |
| HSV(B) | 181.89º | 0.82% | 0.45% | - |
| XYZ | 9.37 | 13.23 | 18.58 | - |
| YUV | 85.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 116 | 0.82 | 0.03 | 0 | 0.55 | 181.89 | 0.69 | 0.27 |
| Hex | 15 | 71 | 74 | 52 | 3 | 0 | 37 | B6 | 45 | 1B |
| Octal | 25 | 161 | 164 | 122 | 3 | 0 | 67 | 266 | 105 | 33 |
| Binary | 10101 | 1110001 | 1110100 | 1010010 | 11 | 0 | 110111 | 10110110 | 1000101 | 11011 |
Color Harmonies of #157174
Complementary color
Monochromatic Colors of #157174
Black with #157174
Text Example
Text Example
White with #157174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157174; }
p { color: rgb(21,113,116); }
H1.HeaderClassName
{
color: #157174;
}
.AnyTagClassName
{
color: #157174;
}
</style>
background-color css
<style>
a { background-color: #157174; }
a { background-color: rgb(21,113,116); }
div.DivClassName
{
background-color: #157174;
}
.BgClassName
{
background-color: #157174;
}
</style>
border-color css
<style>
span { border-color: #157174; }
span { border-color: rgb(21,113,116); }
td.TdClassName
{
border-color: #157174;
}
.TagClassName
{
border-color: #157174;
}
</style>