Shades of Allports #15767F
Tints of Allports #15767F
RGB
CMYK
RGB Variations
Color information
#15767F (or 0x15767F) is known color: Allports. HEX triplet: 15, 76 and 7F. RGB value is (21,118,127). Sum of RGB (Red+Green+Blue) = 21+118+127=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #15767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15767F is #EA8980. Grayscale: #595959. Windows color (decimal): -15370625 or 8353301. OLE color: 8353301.
HSL color Cylindrical-coordinate representation of color #15767F: hue angle of 185.09º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15767F is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 118 | 127 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.50 |
| HSL | 185.09º | 0.72% | 0.29% | - |
| HSV(B) | 185.09º | 0.83% | 0.5% | - |
| XYZ | 10.62 | 14.65 | 22.35 | - |
| YUV | 90.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 127 | 0.83 | 0.07 | 0 | 0.50 | 185.09 | 0.72 | 0.29 |
| Hex | 15 | 76 | 7F | 53 | 7 | 0 | 32 | B9 | 48 | 1D |
| Octal | 25 | 166 | 177 | 123 | 7 | 0 | 62 | 271 | 110 | 35 |
| Binary | 10101 | 1110110 | 1111111 | 1010011 | 111 | 0 | 110010 | 10111001 | 1001000 | 11101 |
Color Harmonies of #15767F
Complementary color
Monochromatic Colors of #15767F
Black with #15767F
Text Example
Text Example
White with #15767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15767F; }
p { color: rgb(21,118,127); }
H1.HeaderClassName
{
color: #15767F;
}
.AnyTagClassName
{
color: #15767F;
}
</style>
background-color css
<style>
a { background-color: #15767F; }
a { background-color: rgb(21,118,127); }
div.DivClassName
{
background-color: #15767F;
}
.BgClassName
{
background-color: #15767F;
}
</style>
border-color css
<style>
span { border-color: #15767F; }
span { border-color: rgb(21,118,127); }
td.TdClassName
{
border-color: #15767F;
}
.TagClassName
{
border-color: #15767F;
}
</style>