Shades of Allports #157885
Tints of Allports #157885
RGB
CMYK
RGB Variations
Color information
#157885 (or 0x157885) is known color: Allports. HEX triplet: 15, 78 and 85. RGB value is (21,120,133). Sum of RGB (Red+Green+Blue) = 21+120+133=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #157885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157885 is #EA877A. Grayscale: #5B5B5B. Windows color (decimal): -15370107 or 8747029. OLE color: 8747029.
HSL color Cylindrical-coordinate representation of color #157885: hue angle of 186.96º 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 #157885 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 120 | 133 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.48 |
| HSL | 186.96º | 0.73% | 0.3% | - |
| HSV(B) | 186.96º | 0.84% | 0.52% | - |
| XYZ | 11.26 | 15.29 | 24.55 | - |
| YUV | 91.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 133 | 0.84 | 0.10 | 0 | 0.48 | 186.96 | 0.73 | 0.3 |
| Hex | 15 | 78 | 85 | 54 | A | 0 | 30 | BB | 49 | 1E |
| Octal | 25 | 170 | 205 | 124 | 12 | 0 | 60 | 273 | 111 | 36 |
| Binary | 10101 | 1111000 | 10000101 | 1010100 | 1010 | 0 | 110000 | 10111011 | 1001001 | 11110 |
Color Harmonies of #157885
Complementary color
Monochromatic Colors of #157885
Black with #157885
Text Example
Text Example
White with #157885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157885; }
p { color: rgb(21,120,133); }
H1.HeaderClassName
{
color: #157885;
}
.AnyTagClassName
{
color: #157885;
}
</style>
background-color css
<style>
a { background-color: #157885; }
a { background-color: rgb(21,120,133); }
div.DivClassName
{
background-color: #157885;
}
.BgClassName
{
background-color: #157885;
}
</style>
border-color css
<style>
span { border-color: #157885; }
span { border-color: rgb(21,120,133); }
td.TdClassName
{
border-color: #157885;
}
.TagClassName
{
border-color: #157885;
}
</style>