Shades of Allports #15717C
Tints of Allports #15717C
RGB
CMYK
RGB Variations
Color information
#15717C (or 0x15717C) is known color: Allports. HEX triplet: 15, 71 and 7C. RGB value is (21,113,124). Sum of RGB (Red+Green+Blue) = 21+113+124=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #15717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15717C is #EA8E83. Grayscale: #565656. Windows color (decimal): -15371908 or 8155413. OLE color: 8155413.
HSL color Cylindrical-coordinate representation of color #15717C: hue angle of 186.41º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15717C is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 113 | 124 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.51 |
| HSL | 186.41º | 0.71% | 0.28% | - |
| HSV(B) | 186.41º | 0.83% | 0.49% | - |
| XYZ | 9.85 | 13.42 | 21.14 | - |
| YUV | 86.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 124 | 0.83 | 0.09 | 0 | 0.51 | 186.41 | 0.71 | 0.28 |
| Hex | 15 | 71 | 7C | 53 | 9 | 0 | 33 | BA | 47 | 1C |
| Octal | 25 | 161 | 174 | 123 | 11 | 0 | 63 | 272 | 107 | 34 |
| Binary | 10101 | 1110001 | 1111100 | 1010011 | 1001 | 0 | 110011 | 10111010 | 1000111 | 11100 |
Color Harmonies of #15717C
Complementary color
Monochromatic Colors of #15717C
Black with #15717C
Text Example
Text Example
White with #15717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15717C; }
p { color: rgb(21,113,124); }
H1.HeaderClassName
{
color: #15717C;
}
.AnyTagClassName
{
color: #15717C;
}
</style>
background-color css
<style>
a { background-color: #15717C; }
a { background-color: rgb(21,113,124); }
div.DivClassName
{
background-color: #15717C;
}
.BgClassName
{
background-color: #15717C;
}
</style>
border-color css
<style>
span { border-color: #15717C; }
span { border-color: rgb(21,113,124); }
td.TdClassName
{
border-color: #15717C;
}
.TagClassName
{
border-color: #15717C;
}
</style>