Shades of Allports #157A90
Tints of Allports #157A90
RGB
CMYK
RGB Variations
Color information
#157A90 (or 0x157A90) is known color: Allports. HEX triplet: 15, 7A and 90. RGB value is (21,122,144). Sum of RGB (Red+Green+Blue) = 21+122+144=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #157A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A90 is #EA856F. Grayscale: #5E5E5E. Windows color (decimal): -15369584 or 9468437. OLE color: 9468437.
HSL color Cylindrical-coordinate representation of color #157A90: hue angle of 190.73º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157A90 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 122 | 144 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.44 |
| HSL | 190.73º | 0.75% | 0.32% | - |
| HSV(B) | 190.73º | 0.85% | 0.56% | - |
| XYZ | 12.3 | 16.09 | 28.84 | - |
| YUV | 94.31 | 156.04 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 122 | 144 | 0.85 | 0.15 | 0 | 0.44 | 190.73 | 0.75 | 0.32 |
| Hex | 15 | 7A | 90 | 55 | F | 0 | 2C | BF | 4B | 20 |
| Octal | 25 | 172 | 220 | 125 | 17 | 0 | 54 | 277 | 113 | 40 |
| Binary | 10101 | 1111010 | 10010000 | 1010101 | 1111 | 0 | 101100 | 10111111 | 1001011 | 100000 |
Color Harmonies of #157A90
Complementary color
Monochromatic Colors of #157A90
Black with #157A90
Text Example
Text Example
White with #157A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157A90; }
p { color: rgb(21,122,144); }
H1.HeaderClassName
{
color: #157A90;
}
.AnyTagClassName
{
color: #157A90;
}
</style>
background-color css
<style>
a { background-color: #157A90; }
a { background-color: rgb(21,122,144); }
div.DivClassName
{
background-color: #157A90;
}
.BgClassName
{
background-color: #157A90;
}
</style>
border-color css
<style>
span { border-color: #157A90; }
span { border-color: rgb(21,122,144); }
td.TdClassName
{
border-color: #157A90;
}
.TagClassName
{
border-color: #157A90;
}
</style>