Shades of Allports #156885
Tints of Allports #156885
RGB
CMYK
RGB Variations
Color information
#156885 (or 0x156885) is known color: Allports. HEX triplet: 15, 68 and 85. RGB value is (21,104,133). Sum of RGB (Red+Green+Blue) = 21+104+133=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #156885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156885 is #EA977A. Grayscale: #525252. Windows color (decimal): -15374203 or 8742933. OLE color: 8742933.
HSL color Cylindrical-coordinate representation of color #156885: hue angle of 195.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156885 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 104 | 133 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.48 |
| HSL | 195.54º | 0.73% | 0.3% | - |
| HSV(B) | 195.54º | 0.84% | 0.52% | - |
| XYZ | 9.49 | 11.75 | 23.96 | - |
| YUV | 82.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 133 | 0.84 | 0.22 | 0 | 0.48 | 195.54 | 0.73 | 0.3 |
| Hex | 15 | 68 | 85 | 54 | 16 | 0 | 30 | C4 | 49 | 1E |
| Octal | 25 | 150 | 205 | 124 | 26 | 0 | 60 | 304 | 111 | 36 |
| Binary | 10101 | 1101000 | 10000101 | 1010100 | 10110 | 0 | 110000 | 11000100 | 1001001 | 11110 |
Color Harmonies of #156885
Complementary color
Monochromatic Colors of #156885
Black with #156885
Text Example
Text Example
White with #156885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156885; }
p { color: rgb(21,104,133); }
H1.HeaderClassName
{
color: #156885;
}
.AnyTagClassName
{
color: #156885;
}
</style>
background-color css
<style>
a { background-color: #156885; }
a { background-color: rgb(21,104,133); }
div.DivClassName
{
background-color: #156885;
}
.BgClassName
{
background-color: #156885;
}
</style>
border-color css
<style>
span { border-color: #156885; }
span { border-color: rgb(21,104,133); }
td.TdClassName
{
border-color: #156885;
}
.TagClassName
{
border-color: #156885;
}
</style>