Shades of Allports #15728D
Tints of Allports #15728D
RGB
CMYK
RGB Variations
Color information
#15728D (or 0x15728D) is known color: Allports. HEX triplet: 15, 72 and 8D. RGB value is (21,114,141). Sum of RGB (Red+Green+Blue) = 21+114+141=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #15728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15728D is #EA8D72. Grayscale: #595959. Windows color (decimal): -15371635 or 9269781. OLE color: 9269781.
HSL color Cylindrical-coordinate representation of color #15728D: hue angle of 193.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15728D is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 114 | 141 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.45 |
| HSL | 193.5º | 0.74% | 0.32% | - |
| HSV(B) | 193.5º | 0.85% | 0.55% | - |
| XYZ | 11.13 | 14.12 | 27.34 | - |
| YUV | 89.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 141 | 0.85 | 0.19 | 0 | 0.45 | 193.5 | 0.74 | 0.32 |
| Hex | 15 | 72 | 8D | 55 | 13 | 0 | 2D | C2 | 4A | 20 |
| Octal | 25 | 162 | 215 | 125 | 23 | 0 | 55 | 302 | 112 | 40 |
| Binary | 10101 | 1110010 | 10001101 | 1010101 | 10011 | 0 | 101101 | 11000010 | 1001010 | 100000 |
Color Harmonies of #15728D
Complementary color
Monochromatic Colors of #15728D
Black with #15728D
Text Example
Text Example
White with #15728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15728D; }
p { color: rgb(21,114,141); }
H1.HeaderClassName
{
color: #15728D;
}
.AnyTagClassName
{
color: #15728D;
}
</style>
background-color css
<style>
a { background-color: #15728D; }
a { background-color: rgb(21,114,141); }
div.DivClassName
{
background-color: #15728D;
}
.BgClassName
{
background-color: #15728D;
}
</style>
border-color css
<style>
span { border-color: #15728D; }
span { border-color: rgb(21,114,141); }
td.TdClassName
{
border-color: #15728D;
}
.TagClassName
{
border-color: #15728D;
}
</style>