Shades of Allports #156070
Tints of Allports #156070
RGB
CMYK
RGB Variations
Color information
#156070 (or 0x156070) is known color: Allports. HEX triplet: 15, 60 and 70. RGB value is (21,96,112). Sum of RGB (Red+Green+Blue) = 21+96+112=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #156070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156070 is #EA9F8F. Grayscale: #4B4B4B. Windows color (decimal): -15376272 or 7364629. OLE color: 7364629.
HSL color Cylindrical-coordinate representation of color #156070: hue angle of 190.55º 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 #156070 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 96 | 112 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.56 |
| HSL | 190.55º | 0.68% | 0.26% | - |
| HSV(B) | 190.55º | 0.81% | 0.44% | - |
| XYZ | 7.42 | 9.7 | 16.81 | - |
| YUV | 75.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 112 | 0.81 | 0.14 | 0 | 0.56 | 190.55 | 0.68 | 0.26 |
| Hex | 15 | 60 | 70 | 51 | E | 0 | 38 | BF | 44 | 1A |
| Octal | 25 | 140 | 160 | 121 | 16 | 0 | 70 | 277 | 104 | 32 |
| Binary | 10101 | 1100000 | 1110000 | 1010001 | 1110 | 0 | 111000 | 10111111 | 1000100 | 11010 |
Color Harmonies of #156070
Complementary color
Monochromatic Colors of #156070
Black with #156070
Text Example
Text Example
White with #156070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156070; }
p { color: rgb(21,96,112); }
H1.HeaderClassName
{
color: #156070;
}
.AnyTagClassName
{
color: #156070;
}
</style>
background-color css
<style>
a { background-color: #156070; }
a { background-color: rgb(21,96,112); }
div.DivClassName
{
background-color: #156070;
}
.BgClassName
{
background-color: #156070;
}
</style>
border-color css
<style>
span { border-color: #156070; }
span { border-color: rgb(21,96,112); }
td.TdClassName
{
border-color: #156070;
}
.TagClassName
{
border-color: #156070;
}
</style>