Shades of Allports #157985
Tints of Allports #157985
RGB
CMYK
RGB Variations
Color information
#157985 (or 0x157985) is known color: Allports. HEX triplet: 15, 79 and 85. RGB value is (21,121,133). Sum of RGB (Red+Green+Blue) = 21+121+133=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #157985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157985 is #EA867A. Grayscale: #5C5C5C. Windows color (decimal): -15369851 or 8747285. OLE color: 8747285.
HSL color Cylindrical-coordinate representation of color #157985: hue angle of 186.43º 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 #157985 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 121 | 133 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.48 |
| HSL | 186.43º | 0.73% | 0.3% | - |
| HSV(B) | 186.43º | 0.84% | 0.52% | - |
| XYZ | 11.38 | 15.53 | 24.59 | - |
| YUV | 92.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 133 | 0.84 | 0.09 | 0 | 0.48 | 186.43 | 0.73 | 0.3 |
| Hex | 15 | 79 | 85 | 54 | 9 | 0 | 30 | BA | 49 | 1E |
| Octal | 25 | 171 | 205 | 124 | 11 | 0 | 60 | 272 | 111 | 36 |
| Binary | 10101 | 1111001 | 10000101 | 1010100 | 1001 | 0 | 110000 | 10111010 | 1001001 | 11110 |
Color Harmonies of #157985
Complementary color
Monochromatic Colors of #157985
Black with #157985
Text Example
Text Example
White with #157985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157985; }
p { color: rgb(21,121,133); }
H1.HeaderClassName
{
color: #157985;
}
.AnyTagClassName
{
color: #157985;
}
</style>
background-color css
<style>
a { background-color: #157985; }
a { background-color: rgb(21,121,133); }
div.DivClassName
{
background-color: #157985;
}
.BgClassName
{
background-color: #157985;
}
</style>
border-color css
<style>
span { border-color: #157985; }
span { border-color: rgb(21,121,133); }
td.TdClassName
{
border-color: #157985;
}
.TagClassName
{
border-color: #157985;
}
</style>