Shades of Allports #15727F
Tints of Allports #15727F
RGB
CMYK
RGB Variations
Color information
#15727F (or 0x15727F) is known color: Allports. HEX triplet: 15, 72 and 7F. RGB value is (21,114,127). Sum of RGB (Red+Green+Blue) = 21+114+127=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #15727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15727F is #EA8D80. Grayscale: #575757. Windows color (decimal): -15371649 or 8352277. OLE color: 8352277.
HSL color Cylindrical-coordinate representation of color #15727F: hue angle of 187.36º 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 #15727F is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 114 | 127 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.50 |
| HSL | 187.36º | 0.72% | 0.29% | - |
| HSV(B) | 187.36º | 0.83% | 0.5% | - |
| XYZ | 10.16 | 13.73 | 22.19 | - |
| YUV | 87.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 127 | 0.83 | 0.10 | 0 | 0.50 | 187.36 | 0.72 | 0.29 |
| Hex | 15 | 72 | 7F | 53 | A | 0 | 32 | BB | 48 | 1D |
| Octal | 25 | 162 | 177 | 123 | 12 | 0 | 62 | 273 | 110 | 35 |
| Binary | 10101 | 1110010 | 1111111 | 1010011 | 1010 | 0 | 110010 | 10111011 | 1001000 | 11101 |
Color Harmonies of #15727F
Complementary color
Monochromatic Colors of #15727F
Black with #15727F
Text Example
Text Example
White with #15727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15727F; }
p { color: rgb(21,114,127); }
H1.HeaderClassName
{
color: #15727F;
}
.AnyTagClassName
{
color: #15727F;
}
</style>
background-color css
<style>
a { background-color: #15727F; }
a { background-color: rgb(21,114,127); }
div.DivClassName
{
background-color: #15727F;
}
.BgClassName
{
background-color: #15727F;
}
</style>
border-color css
<style>
span { border-color: #15727F; }
span { border-color: rgb(21,114,127); }
td.TdClassName
{
border-color: #15727F;
}
.TagClassName
{
border-color: #15727F;
}
</style>