Shades of Allports #15787E
Tints of Allports #15787E
RGB
CMYK
RGB Variations
Color information
#15787E (or 0x15787E) is known color: Allports. HEX triplet: 15, 78 and 7E. RGB value is (21,120,126). Sum of RGB (Red+Green+Blue) = 21+120+126=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #15787E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15787E is #EA8781. Grayscale: #5A5A5A. Windows color (decimal): -15370114 or 8288277. OLE color: 8288277.
HSL color Cylindrical-coordinate representation of color #15787E: hue angle of 183.43º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15787E is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 120 | 126 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.51 |
| HSL | 183.43º | 0.71% | 0.29% | - |
| HSV(B) | 183.43º | 0.83% | 0.49% | - |
| XYZ | 10.79 | 15.1 | 22.08 | - |
| YUV | 91.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 126 | 0.83 | 0.05 | 0 | 0.51 | 183.43 | 0.71 | 0.29 |
| Hex | 15 | 78 | 7E | 53 | 5 | 0 | 33 | B7 | 47 | 1D |
| Octal | 25 | 170 | 176 | 123 | 5 | 0 | 63 | 267 | 107 | 35 |
| Binary | 10101 | 1111000 | 1111110 | 1010011 | 101 | 0 | 110011 | 10110111 | 1000111 | 11101 |
Color Harmonies of #15787E
Complementary color
Monochromatic Colors of #15787E
Black with #15787E
Text Example
Text Example
White with #15787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15787E; }
p { color: rgb(21,120,126); }
H1.HeaderClassName
{
color: #15787E;
}
.AnyTagClassName
{
color: #15787E;
}
</style>
background-color css
<style>
a { background-color: #15787E; }
a { background-color: rgb(21,120,126); }
div.DivClassName
{
background-color: #15787E;
}
.BgClassName
{
background-color: #15787E;
}
</style>
border-color css
<style>
span { border-color: #15787E; }
span { border-color: rgb(21,120,126); }
td.TdClassName
{
border-color: #15787E;
}
.TagClassName
{
border-color: #15787E;
}
</style>