Shades of Allports #15728B
Tints of Allports #15728B
RGB
CMYK
RGB Variations
Color information
#15728B (or 0x15728B) is known color: Allports. HEX triplet: 15, 72 and 8B. RGB value is (21,114,139). Sum of RGB (Red+Green+Blue) = 21+114+139=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #15728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15728B is #EA8D74. Grayscale: #585858. Windows color (decimal): -15371637 or 9138709. OLE color: 9138709.
HSL color Cylindrical-coordinate representation of color #15728B: hue angle of 192.71º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15728B is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 114 | 139 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.45 |
| HSL | 192.71º | 0.74% | 0.31% | - |
| HSV(B) | 192.71º | 0.85% | 0.55% | - |
| XYZ | 10.99 | 14.06 | 26.56 | - |
| YUV | 89.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 139 | 0.85 | 0.18 | 0 | 0.45 | 192.71 | 0.74 | 0.31 |
| Hex | 15 | 72 | 8B | 55 | 12 | 0 | 2D | C1 | 4A | 1F |
| Octal | 25 | 162 | 213 | 125 | 22 | 0 | 55 | 301 | 112 | 37 |
| Binary | 10101 | 1110010 | 10001011 | 1010101 | 10010 | 0 | 101101 | 11000001 | 1001010 | 11111 |
Color Harmonies of #15728B
Complementary color
Monochromatic Colors of #15728B
Black with #15728B
Text Example
Text Example
White with #15728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15728B; }
p { color: rgb(21,114,139); }
H1.HeaderClassName
{
color: #15728B;
}
.AnyTagClassName
{
color: #15728B;
}
</style>
background-color css
<style>
a { background-color: #15728B; }
a { background-color: rgb(21,114,139); }
div.DivClassName
{
background-color: #15728B;
}
.BgClassName
{
background-color: #15728B;
}
</style>
border-color css
<style>
span { border-color: #15728B; }
span { border-color: rgb(21,114,139); }
td.TdClassName
{
border-color: #15728B;
}
.TagClassName
{
border-color: #15728B;
}
</style>