Shades of Allports #157385
Tints of Allports #157385
RGB
CMYK
RGB Variations
Color information
#157385 (or 0x157385) is known color: Allports. HEX triplet: 15, 73 and 85. RGB value is (21,115,133). Sum of RGB (Red+Green+Blue) = 21+115+133=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #157385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157385 is #EA8C7A. Grayscale: #585858. Windows color (decimal): -15371387 or 8745749. OLE color: 8745749.
HSL color Cylindrical-coordinate representation of color #157385: hue angle of 189.64º 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 #157385 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 115 | 133 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.48 |
| HSL | 189.64º | 0.73% | 0.3% | - |
| HSV(B) | 189.64º | 0.84% | 0.52% | - |
| XYZ | 10.67 | 14.11 | 24.35 | - |
| YUV | 88.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 133 | 0.84 | 0.14 | 0 | 0.48 | 189.64 | 0.73 | 0.3 |
| Hex | 15 | 73 | 85 | 54 | E | 0 | 30 | BE | 49 | 1E |
| Octal | 25 | 163 | 205 | 124 | 16 | 0 | 60 | 276 | 111 | 36 |
| Binary | 10101 | 1110011 | 10000101 | 1010100 | 1110 | 0 | 110000 | 10111110 | 1001001 | 11110 |
Color Harmonies of #157385
Complementary color
Monochromatic Colors of #157385
Black with #157385
Text Example
Text Example
White with #157385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157385; }
p { color: rgb(21,115,133); }
H1.HeaderClassName
{
color: #157385;
}
.AnyTagClassName
{
color: #157385;
}
</style>
background-color css
<style>
a { background-color: #157385; }
a { background-color: rgb(21,115,133); }
div.DivClassName
{
background-color: #157385;
}
.BgClassName
{
background-color: #157385;
}
</style>
border-color css
<style>
span { border-color: #157385; }
span { border-color: rgb(21,115,133); }
td.TdClassName
{
border-color: #157385;
}
.TagClassName
{
border-color: #157385;
}
</style>