Shades of Allports #156875
Tints of Allports #156875
RGB
CMYK
RGB Variations
Color information
#156875 (or 0x156875) is known color: Allports. HEX triplet: 15, 68 and 75. RGB value is (21,104,117). Sum of RGB (Red+Green+Blue) = 21+104+117=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #156875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156875 is #EA978A. Grayscale: #505050. Windows color (decimal): -15374219 or 7694357. OLE color: 7694357.
HSL color Cylindrical-coordinate representation of color #156875: hue angle of 188.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156875 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 104 | 117 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.54 |
| HSL | 188.13º | 0.7% | 0.27% | - |
| HSV(B) | 188.13º | 0.82% | 0.46% | - |
| XYZ | 8.47 | 11.34 | 18.57 | - |
| YUV | 80.67 | 148.5 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 117 | 0.82 | 0.11 | 0 | 0.54 | 188.13 | 0.7 | 0.27 |
| Hex | 15 | 68 | 75 | 52 | B | 0 | 36 | BC | 46 | 1B |
| Octal | 25 | 150 | 165 | 122 | 13 | 0 | 66 | 274 | 106 | 33 |
| Binary | 10101 | 1101000 | 1110101 | 1010010 | 1011 | 0 | 110110 | 10111100 | 1000110 | 11011 |
Color Harmonies of #156875
Complementary color
Monochromatic Colors of #156875
Black with #156875
Text Example
Text Example
White with #156875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156875; }
p { color: rgb(21,104,117); }
H1.HeaderClassName
{
color: #156875;
}
.AnyTagClassName
{
color: #156875;
}
</style>
background-color css
<style>
a { background-color: #156875; }
a { background-color: rgb(21,104,117); }
div.DivClassName
{
background-color: #156875;
}
.BgClassName
{
background-color: #156875;
}
</style>
border-color css
<style>
span { border-color: #156875; }
span { border-color: rgb(21,104,117); }
td.TdClassName
{
border-color: #156875;
}
.TagClassName
{
border-color: #156875;
}
</style>