Shades of Allports #157685
Tints of Allports #157685
RGB
CMYK
RGB Variations
Color information
#157685 (or 0x157685) is known color: Allports. HEX triplet: 15, 76 and 85. RGB value is (21,118,133). Sum of RGB (Red+Green+Blue) = 21+118+133=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #157685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157685 is #EA897A. Grayscale: #5A5A5A. Windows color (decimal): -15370619 or 8746517. OLE color: 8746517.
HSL color Cylindrical-coordinate representation of color #157685: hue angle of 188.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157685 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 118 | 133 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.48 |
| HSL | 188.04º | 0.73% | 0.3% | - |
| HSV(B) | 188.04º | 0.84% | 0.52% | - |
| XYZ | 11.02 | 14.81 | 24.47 | - |
| YUV | 90.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 133 | 0.84 | 0.11 | 0 | 0.48 | 188.04 | 0.73 | 0.3 |
| Hex | 15 | 76 | 85 | 54 | B | 0 | 30 | BC | 49 | 1E |
| Octal | 25 | 166 | 205 | 124 | 13 | 0 | 60 | 274 | 111 | 36 |
| Binary | 10101 | 1110110 | 10000101 | 1010100 | 1011 | 0 | 110000 | 10111100 | 1001001 | 11110 |
Color Harmonies of #157685
Complementary color
Monochromatic Colors of #157685
Black with #157685
Text Example
Text Example
White with #157685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157685; }
p { color: rgb(21,118,133); }
H1.HeaderClassName
{
color: #157685;
}
.AnyTagClassName
{
color: #157685;
}
</style>
background-color css
<style>
a { background-color: #157685; }
a { background-color: rgb(21,118,133); }
div.DivClassName
{
background-color: #157685;
}
.BgClassName
{
background-color: #157685;
}
</style>
border-color css
<style>
span { border-color: #157685; }
span { border-color: rgb(21,118,133); }
td.TdClassName
{
border-color: #157685;
}
.TagClassName
{
border-color: #157685;
}
</style>