Shades of Allports #157692
Tints of Allports #157692
RGB
CMYK
RGB Variations
Color information
#157692 (or 0x157692) is known color: Allports. HEX triplet: 15, 76 and 92. RGB value is (21,118,146). Sum of RGB (Red+Green+Blue) = 21+118+146=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #157692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157692 is #EA896D. Grayscale: #5B5B5B. Windows color (decimal): -15370606 or 9598485. OLE color: 9598485.
HSL color Cylindrical-coordinate representation of color #157692: hue angle of 193.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157692 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 118 | 146 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.43 |
| HSL | 193.44º | 0.75% | 0.33% | - |
| HSV(B) | 193.44º | 0.86% | 0.57% | - |
| XYZ | 11.98 | 15.19 | 29.5 | - |
| YUV | 92.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 146 | 0.86 | 0.19 | 0 | 0.43 | 193.44 | 0.75 | 0.33 |
| Hex | 15 | 76 | 92 | 56 | 13 | 0 | 2B | C1 | 4B | 21 |
| Octal | 25 | 166 | 222 | 126 | 23 | 0 | 53 | 301 | 113 | 41 |
| Binary | 10101 | 1110110 | 10010010 | 1010110 | 10011 | 0 | 101011 | 11000001 | 1001011 | 100001 |
Color Harmonies of #157692
Complementary color
Monochromatic Colors of #157692
Black with #157692
Text Example
Text Example
White with #157692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157692; }
p { color: rgb(21,118,146); }
H1.HeaderClassName
{
color: #157692;
}
.AnyTagClassName
{
color: #157692;
}
</style>
background-color css
<style>
a { background-color: #157692; }
a { background-color: rgb(21,118,146); }
div.DivClassName
{
background-color: #157692;
}
.BgClassName
{
background-color: #157692;
}
</style>
border-color css
<style>
span { border-color: #157692; }
span { border-color: rgb(21,118,146); }
td.TdClassName
{
border-color: #157692;
}
.TagClassName
{
border-color: #157692;
}
</style>