Shades of Allports #157C89
Tints of Allports #157C89
RGB
CMYK
RGB Variations
Color information
#157C89 (or 0x157C89) is known color: Allports. HEX triplet: 15, 7C and 89. RGB value is (21,124,137). Sum of RGB (Red+Green+Blue) = 21+124+137=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #157C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C89 is #EA8376. Grayscale: #5E5E5E. Windows color (decimal): -15369079 or 9010197. OLE color: 9010197.
HSL color Cylindrical-coordinate representation of color #157C89: hue angle of 186.72º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157C89 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 124 | 137 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.46 |
| HSL | 186.72º | 0.73% | 0.31% | - |
| HSV(B) | 186.72º | 0.85% | 0.54% | - |
| XYZ | 12.03 | 16.38 | 26.19 | - |
| YUV | 94.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 137 | 0.85 | 0.09 | 0 | 0.46 | 186.72 | 0.73 | 0.31 |
| Hex | 15 | 7C | 89 | 55 | 9 | 0 | 2E | BB | 49 | 1F |
| Octal | 25 | 174 | 211 | 125 | 11 | 0 | 56 | 273 | 111 | 37 |
| Binary | 10101 | 1111100 | 10001001 | 1010101 | 1001 | 0 | 101110 | 10111011 | 1001001 | 11111 |
Color Harmonies of #157C89
Complementary color
Monochromatic Colors of #157C89
Black with #157C89
Text Example
Text Example
White with #157C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C89; }
p { color: rgb(21,124,137); }
H1.HeaderClassName
{
color: #157C89;
}
.AnyTagClassName
{
color: #157C89;
}
</style>
background-color css
<style>
a { background-color: #157C89; }
a { background-color: rgb(21,124,137); }
div.DivClassName
{
background-color: #157C89;
}
.BgClassName
{
background-color: #157C89;
}
</style>
border-color css
<style>
span { border-color: #157C89; }
span { border-color: rgb(21,124,137); }
td.TdClassName
{
border-color: #157C89;
}
.TagClassName
{
border-color: #157C89;
}
</style>