Shades of Allports #157077
Tints of Allports #157077
RGB
CMYK
RGB Variations
Color information
#157077 (or 0x157077) is known color: Allports. HEX triplet: 15, 70 and 77. RGB value is (21,112,119). Sum of RGB (Red+Green+Blue) = 21+112+119=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #157077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157077 is #EA8F88. Grayscale: #555555. Windows color (decimal): -15372169 or 7827477. OLE color: 7827477.
HSL color Cylindrical-coordinate representation of color #157077: hue angle of 184.29º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157077 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 112 | 119 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.53 |
| HSL | 184.29º | 0.7% | 0.27% | - |
| HSV(B) | 184.29º | 0.82% | 0.47% | - |
| XYZ | 9.43 | 13.08 | 19.48 | - |
| YUV | 85.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 119 | 0.82 | 0.06 | 0 | 0.53 | 184.29 | 0.7 | 0.27 |
| Hex | 15 | 70 | 77 | 52 | 6 | 0 | 35 | B8 | 46 | 1B |
| Octal | 25 | 160 | 167 | 122 | 6 | 0 | 65 | 270 | 106 | 33 |
| Binary | 10101 | 1110000 | 1110111 | 1010010 | 110 | 0 | 110101 | 10111000 | 1000110 | 11011 |
Color Harmonies of #157077
Complementary color
Monochromatic Colors of #157077
Black with #157077
Text Example
Text Example
White with #157077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157077; }
p { color: rgb(21,112,119); }
H1.HeaderClassName
{
color: #157077;
}
.AnyTagClassName
{
color: #157077;
}
</style>
background-color css
<style>
a { background-color: #157077; }
a { background-color: rgb(21,112,119); }
div.DivClassName
{
background-color: #157077;
}
.BgClassName
{
background-color: #157077;
}
</style>
border-color css
<style>
span { border-color: #157077; }
span { border-color: rgb(21,112,119); }
td.TdClassName
{
border-color: #157077;
}
.TagClassName
{
border-color: #157077;
}
</style>