Shades of Allports #156172
Tints of Allports #156172
RGB
CMYK
RGB Variations
Color information
#156172 (or 0x156172) is known color: Allports. HEX triplet: 15, 61 and 72. RGB value is (21,97,114). Sum of RGB (Red+Green+Blue) = 21+97+114=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #156172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156172 is #EA9E8D. Grayscale: #4C4C4C. Windows color (decimal): -15376014 or 7495957. OLE color: 7495957.
HSL color Cylindrical-coordinate representation of color #156172: hue angle of 190.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156172 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 97 | 114 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.55 |
| HSL | 190.97º | 0.69% | 0.26% | - |
| HSV(B) | 190.97º | 0.82% | 0.45% | - |
| XYZ | 7.62 | 9.92 | 17.43 | - |
| YUV | 76.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 114 | 0.82 | 0.15 | 0 | 0.55 | 190.97 | 0.69 | 0.26 |
| Hex | 15 | 61 | 72 | 52 | F | 0 | 37 | BF | 45 | 1A |
| Octal | 25 | 141 | 162 | 122 | 17 | 0 | 67 | 277 | 105 | 32 |
| Binary | 10101 | 1100001 | 1110010 | 1010010 | 1111 | 0 | 110111 | 10111111 | 1000101 | 11010 |
Color Harmonies of #156172
Complementary color
Monochromatic Colors of #156172
Black with #156172
Text Example
Text Example
White with #156172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156172; }
p { color: rgb(21,97,114); }
H1.HeaderClassName
{
color: #156172;
}
.AnyTagClassName
{
color: #156172;
}
</style>
background-color css
<style>
a { background-color: #156172; }
a { background-color: rgb(21,97,114); }
div.DivClassName
{
background-color: #156172;
}
.BgClassName
{
background-color: #156172;
}
</style>
border-color css
<style>
span { border-color: #156172; }
span { border-color: rgb(21,97,114); }
td.TdClassName
{
border-color: #156172;
}
.TagClassName
{
border-color: #156172;
}
</style>