Shades of Allports #156679
Tints of Allports #156679
RGB
CMYK
RGB Variations
Color information
#156679 (or 0x156679) is known color: Allports. HEX triplet: 15, 66 and 79. RGB value is (21,102,121). Sum of RGB (Red+Green+Blue) = 21+102+121=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #156679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156679 is #EA9986. Grayscale: #4F4F4F. Windows color (decimal): -15374727 or 7955989. OLE color: 7955989.
HSL color Cylindrical-coordinate representation of color #156679: hue angle of 191.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #156679 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 102 | 121 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.53 |
| HSL | 191.4º | 0.7% | 0.28% | - |
| HSV(B) | 191.4º | 0.83% | 0.47% | - |
| XYZ | 8.51 | 11.04 | 19.77 | - |
| YUV | 79.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 121 | 0.83 | 0.16 | 0 | 0.53 | 191.4 | 0.7 | 0.28 |
| Hex | 15 | 66 | 79 | 53 | 10 | 0 | 35 | BF | 46 | 1C |
| Octal | 25 | 146 | 171 | 123 | 20 | 0 | 65 | 277 | 106 | 34 |
| Binary | 10101 | 1100110 | 1111001 | 1010011 | 10000 | 0 | 110101 | 10111111 | 1000110 | 11100 |
Color Harmonies of #156679
Complementary color
Monochromatic Colors of #156679
Black with #156679
Text Example
Text Example
White with #156679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156679; }
p { color: rgb(21,102,121); }
H1.HeaderClassName
{
color: #156679;
}
.AnyTagClassName
{
color: #156679;
}
</style>
background-color css
<style>
a { background-color: #156679; }
a { background-color: rgb(21,102,121); }
div.DivClassName
{
background-color: #156679;
}
.BgClassName
{
background-color: #156679;
}
</style>
border-color css
<style>
span { border-color: #156679; }
span { border-color: rgb(21,102,121); }
td.TdClassName
{
border-color: #156679;
}
.TagClassName
{
border-color: #156679;
}
</style>