Shades of Allports #156470
Tints of Allports #156470
RGB
CMYK
RGB Variations
Color information
#156470 (or 0x156470) is known color: Allports. HEX triplet: 15, 64 and 70. RGB value is (21,100,112). Sum of RGB (Red+Green+Blue) = 21+100+112=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #156470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156470 is #EA9B8F. Grayscale: #4D4D4D. Windows color (decimal): -15375248 or 7365653. OLE color: 7365653.
HSL color Cylindrical-coordinate representation of color #156470: hue angle of 187.91º degrees, saturation: 0.68, 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 #156470 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 100 | 112 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.56 |
| HSL | 187.91º | 0.68% | 0.26% | - |
| HSV(B) | 187.91º | 0.81% | 0.44% | - |
| XYZ | 7.79 | 10.44 | 16.93 | - |
| YUV | 77.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 112 | 0.81 | 0.11 | 0 | 0.56 | 187.91 | 0.68 | 0.26 |
| Hex | 15 | 64 | 70 | 51 | B | 0 | 38 | BC | 44 | 1A |
| Octal | 25 | 144 | 160 | 121 | 13 | 0 | 70 | 274 | 104 | 32 |
| Binary | 10101 | 1100100 | 1110000 | 1010001 | 1011 | 0 | 111000 | 10111100 | 1000100 | 11010 |
Color Harmonies of #156470
Complementary color
Monochromatic Colors of #156470
Black with #156470
Text Example
Text Example
White with #156470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156470; }
p { color: rgb(21,100,112); }
H1.HeaderClassName
{
color: #156470;
}
.AnyTagClassName
{
color: #156470;
}
</style>
background-color css
<style>
a { background-color: #156470; }
a { background-color: rgb(21,100,112); }
div.DivClassName
{
background-color: #156470;
}
.BgClassName
{
background-color: #156470;
}
</style>
border-color css
<style>
span { border-color: #156470; }
span { border-color: rgb(21,100,112); }
td.TdClassName
{
border-color: #156470;
}
.TagClassName
{
border-color: #156470;
}
</style>