Shades of Allports #157377
Tints of Allports #157377
RGB
CMYK
RGB Variations
Color information
#157377 (or 0x157377) is known color: Allports. HEX triplet: 15, 73 and 77. RGB value is (21,115,119). Sum of RGB (Red+Green+Blue) = 21+115+119=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #157377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157377 is #EA8C88. Grayscale: #575757. Windows color (decimal): -15371401 or 7828245. OLE color: 7828245.
HSL color Cylindrical-coordinate representation of color #157377: hue angle of 182.45º 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 #157377 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 115 | 119 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.53 |
| HSL | 182.45º | 0.7% | 0.27% | - |
| HSV(B) | 182.45º | 0.82% | 0.47% | - |
| XYZ | 9.77 | 13.75 | 19.59 | - |
| YUV | 87.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 119 | 0.82 | 0.03 | 0 | 0.53 | 182.45 | 0.7 | 0.27 |
| Hex | 15 | 73 | 77 | 52 | 3 | 0 | 35 | B6 | 46 | 1B |
| Octal | 25 | 163 | 167 | 122 | 3 | 0 | 65 | 266 | 106 | 33 |
| Binary | 10101 | 1110011 | 1110111 | 1010010 | 11 | 0 | 110101 | 10110110 | 1000110 | 11011 |
Color Harmonies of #157377
Complementary color
Monochromatic Colors of #157377
Black with #157377
Text Example
Text Example
White with #157377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157377; }
p { color: rgb(21,115,119); }
H1.HeaderClassName
{
color: #157377;
}
.AnyTagClassName
{
color: #157377;
}
</style>
background-color css
<style>
a { background-color: #157377; }
a { background-color: rgb(21,115,119); }
div.DivClassName
{
background-color: #157377;
}
.BgClassName
{
background-color: #157377;
}
</style>
border-color css
<style>
span { border-color: #157377; }
span { border-color: rgb(21,115,119); }
td.TdClassName
{
border-color: #157377;
}
.TagClassName
{
border-color: #157377;
}
</style>