Shades of Allports #156371
Tints of Allports #156371
RGB
CMYK
RGB Variations
Color information
#156371 (or 0x156371) is known color: Allports. HEX triplet: 15, 63 and 71. RGB value is (21,99,113). Sum of RGB (Red+Green+Blue) = 21+99+113=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #156371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156371 is #EA9C8E. Grayscale: #4D4D4D. Windows color (decimal): -15375503 or 7430933. OLE color: 7430933.
HSL color Cylindrical-coordinate representation of color #156371: hue angle of 189.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156371 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 99 | 113 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.56 |
| HSL | 189.13º | 0.69% | 0.26% | - |
| HSV(B) | 189.13º | 0.81% | 0.44% | - |
| XYZ | 7.75 | 10.28 | 17.2 | - |
| YUV | 77.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 99 | 113 | 0.81 | 0.12 | 0 | 0.56 | 189.13 | 0.69 | 0.26 |
| Hex | 15 | 63 | 71 | 51 | C | 0 | 38 | BD | 45 | 1A |
| Octal | 25 | 143 | 161 | 121 | 14 | 0 | 70 | 275 | 105 | 32 |
| Binary | 10101 | 1100011 | 1110001 | 1010001 | 1100 | 0 | 111000 | 10111101 | 1000101 | 11010 |
Color Harmonies of #156371
Complementary color
Monochromatic Colors of #156371
Black with #156371
Text Example
Text Example
White with #156371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156371; }
p { color: rgb(21,99,113); }
H1.HeaderClassName
{
color: #156371;
}
.AnyTagClassName
{
color: #156371;
}
</style>
background-color css
<style>
a { background-color: #156371; }
a { background-color: rgb(21,99,113); }
div.DivClassName
{
background-color: #156371;
}
.BgClassName
{
background-color: #156371;
}
</style>
border-color css
<style>
span { border-color: #156371; }
span { border-color: rgb(21,99,113); }
td.TdClassName
{
border-color: #156371;
}
.TagClassName
{
border-color: #156371;
}
</style>