Shades of Allports #157582
Tints of Allports #157582
RGB
CMYK
RGB Variations
Color information
#157582 (or 0x157582) is known color: Allports. HEX triplet: 15, 75 and 82. RGB value is (21,117,130). Sum of RGB (Red+Green+Blue) = 21+117+130=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #157582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157582 is #EA8A7D. Grayscale: #595959. Windows color (decimal): -15370878 or 8549653. OLE color: 8549653.
HSL color Cylindrical-coordinate representation of color #157582: hue angle of 187.16º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157582 is Cyan = 0.84, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 117 | 130 | - |
| CMYK | 0.84 | 0.1 | 0 | 0.49 |
| HSL | 187.16º | 0.72% | 0.3% | - |
| HSV(B) | 187.16º | 0.84% | 0.51% | - |
| XYZ | 10.7 | 14.49 | 23.35 | - |
| YUV | 89.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 117 | 130 | 0.84 | 0.1 | 0 | 0.49 | 187.16 | 0.72 | 0.3 |
| Hex | 15 | 75 | 82 | 54 | A | 0 | 31 | BB | 48 | 1E |
| Octal | 25 | 165 | 202 | 124 | 12 | 0 | 61 | 273 | 110 | 36 |
| Binary | 10101 | 1110101 | 10000010 | 1010100 | 1010 | 0 | 110001 | 10111011 | 1001000 | 11110 |
Color Harmonies of #157582
Complementary color
Monochromatic Colors of #157582
Black with #157582
Text Example
Text Example
White with #157582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157582; }
p { color: rgb(21,117,130); }
H1.HeaderClassName
{
color: #157582;
}
.AnyTagClassName
{
color: #157582;
}
</style>
background-color css
<style>
a { background-color: #157582; }
a { background-color: rgb(21,117,130); }
div.DivClassName
{
background-color: #157582;
}
.BgClassName
{
background-color: #157582;
}
</style>
border-color css
<style>
span { border-color: #157582; }
span { border-color: rgb(21,117,130); }
td.TdClassName
{
border-color: #157582;
}
.TagClassName
{
border-color: #157582;
}
</style>