Shades of Allports #157079
Tints of Allports #157079
RGB
CMYK
RGB Variations
Color information
#157079 (or 0x157079) is known color: Allports. HEX triplet: 15, 70 and 79. RGB value is (21,112,121). Sum of RGB (Red+Green+Blue) = 21+112+121=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #157079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157079 is #EA8F86. Grayscale: #555555. Windows color (decimal): -15372167 or 7958549. OLE color: 7958549.
HSL color Cylindrical-coordinate representation of color #157079: hue angle of 185.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157079 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 112 | 121 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.53 |
| HSL | 185.4º | 0.7% | 0.28% | - |
| HSV(B) | 185.4º | 0.83% | 0.47% | - |
| XYZ | 9.55 | 13.13 | 20.12 | - |
| YUV | 85.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 121 | 0.83 | 0.07 | 0 | 0.53 | 185.4 | 0.7 | 0.28 |
| Hex | 15 | 70 | 79 | 53 | 7 | 0 | 35 | B9 | 46 | 1C |
| Octal | 25 | 160 | 171 | 123 | 7 | 0 | 65 | 271 | 106 | 34 |
| Binary | 10101 | 1110000 | 1111001 | 1010011 | 111 | 0 | 110101 | 10111001 | 1000110 | 11100 |
Color Harmonies of #157079
Complementary color
Monochromatic Colors of #157079
Black with #157079
Text Example
Text Example
White with #157079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157079; }
p { color: rgb(21,112,121); }
H1.HeaderClassName
{
color: #157079;
}
.AnyTagClassName
{
color: #157079;
}
</style>
background-color css
<style>
a { background-color: #157079; }
a { background-color: rgb(21,112,121); }
div.DivClassName
{
background-color: #157079;
}
.BgClassName
{
background-color: #157079;
}
</style>
border-color css
<style>
span { border-color: #157079; }
span { border-color: rgb(21,112,121); }
td.TdClassName
{
border-color: #157079;
}
.TagClassName
{
border-color: #157079;
}
</style>