Shades of Allports #15718A
Tints of Allports #15718A
RGB
CMYK
RGB Variations
Color information
#15718A (or 0x15718A) is known color: Allports. HEX triplet: 15, 71 and 8A. RGB value is (21,113,138). Sum of RGB (Red+Green+Blue) = 21+113+138=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #15718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15718A is #EA8E75. Grayscale: #585858. Windows color (decimal): -15371894 or 9072917. OLE color: 9072917.
HSL color Cylindrical-coordinate representation of color #15718A: hue angle of 192.82º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15718A is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 113 | 138 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.46 |
| HSL | 192.82º | 0.74% | 0.31% | - |
| HSV(B) | 192.82º | 0.85% | 0.54% | - |
| XYZ | 10.8 | 13.8 | 26.14 | - |
| YUV | 88.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 138 | 0.85 | 0.18 | 0 | 0.46 | 192.82 | 0.74 | 0.31 |
| Hex | 15 | 71 | 8A | 55 | 12 | 0 | 2E | C1 | 4A | 1F |
| Octal | 25 | 161 | 212 | 125 | 22 | 0 | 56 | 301 | 112 | 37 |
| Binary | 10101 | 1110001 | 10001010 | 1010101 | 10010 | 0 | 101110 | 11000001 | 1001010 | 11111 |
Color Harmonies of #15718A
Complementary color
Monochromatic Colors of #15718A
Black with #15718A
Text Example
Text Example
White with #15718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15718A; }
p { color: rgb(21,113,138); }
H1.HeaderClassName
{
color: #15718A;
}
.AnyTagClassName
{
color: #15718A;
}
</style>
background-color css
<style>
a { background-color: #15718A; }
a { background-color: rgb(21,113,138); }
div.DivClassName
{
background-color: #15718A;
}
.BgClassName
{
background-color: #15718A;
}
</style>
border-color css
<style>
span { border-color: #15718A; }
span { border-color: rgb(21,113,138); }
td.TdClassName
{
border-color: #15718A;
}
.TagClassName
{
border-color: #15718A;
}
</style>