Shades of Allports #157389
Tints of Allports #157389
RGB
CMYK
RGB Variations
Color information
#157389 (or 0x157389) is known color: Allports. HEX triplet: 15, 73 and 89. RGB value is (21,115,137). Sum of RGB (Red+Green+Blue) = 21+115+137=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #157389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157389 is #EA8C76. Grayscale: #595959. Windows color (decimal): -15371383 or 9007893. OLE color: 9007893.
HSL color Cylindrical-coordinate representation of color #157389: hue angle of 191.38º 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 #157389 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 115 | 137 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.46 |
| HSL | 191.38º | 0.73% | 0.31% | - |
| HSV(B) | 191.38º | 0.85% | 0.54% | - |
| XYZ | 10.96 | 14.23 | 25.84 | - |
| YUV | 89.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 137 | 0.85 | 0.16 | 0 | 0.46 | 191.38 | 0.73 | 0.31 |
| Hex | 15 | 73 | 89 | 55 | 10 | 0 | 2E | BF | 49 | 1F |
| Octal | 25 | 163 | 211 | 125 | 20 | 0 | 56 | 277 | 111 | 37 |
| Binary | 10101 | 1110011 | 10001001 | 1010101 | 10000 | 0 | 101110 | 10111111 | 1001001 | 11111 |
Color Harmonies of #157389
Complementary color
Monochromatic Colors of #157389
Black with #157389
Text Example
Text Example
White with #157389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157389; }
p { color: rgb(21,115,137); }
H1.HeaderClassName
{
color: #157389;
}
.AnyTagClassName
{
color: #157389;
}
</style>
background-color css
<style>
a { background-color: #157389; }
a { background-color: rgb(21,115,137); }
div.DivClassName
{
background-color: #157389;
}
.BgClassName
{
background-color: #157389;
}
</style>
border-color css
<style>
span { border-color: #157389; }
span { border-color: rgb(21,115,137); }
td.TdClassName
{
border-color: #157389;
}
.TagClassName
{
border-color: #157389;
}
</style>