Shades of Allports #15788D
Tints of Allports #15788D
RGB
CMYK
RGB Variations
Color information
#15788D (or 0x15788D) is known color: Allports. HEX triplet: 15, 78 and 8D. RGB value is (21,120,141). Sum of RGB (Red+Green+Blue) = 21+120+141=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #15788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15788D is #EA8772. Grayscale: #5C5C5C. Windows color (decimal): -15370099 or 9271317. OLE color: 9271317.
HSL color Cylindrical-coordinate representation of color #15788D: hue angle of 190.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 #15788D is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 120 | 141 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.45 |
| HSL | 190.5º | 0.74% | 0.32% | - |
| HSV(B) | 190.5º | 0.85% | 0.55% | - |
| XYZ | 11.83 | 15.52 | 27.57 | - |
| YUV | 92.79 | 155.2 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 141 | 0.85 | 0.15 | 0 | 0.45 | 190.5 | 0.74 | 0.32 |
| Hex | 15 | 78 | 8D | 55 | F | 0 | 2D | BE | 4A | 20 |
| Octal | 25 | 170 | 215 | 125 | 17 | 0 | 55 | 276 | 112 | 40 |
| Binary | 10101 | 1111000 | 10001101 | 1010101 | 1111 | 0 | 101101 | 10111110 | 1001010 | 100000 |
Color Harmonies of #15788D
Complementary color
Monochromatic Colors of #15788D
Black with #15788D
Text Example
Text Example
White with #15788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15788D; }
p { color: rgb(21,120,141); }
H1.HeaderClassName
{
color: #15788D;
}
.AnyTagClassName
{
color: #15788D;
}
</style>
background-color css
<style>
a { background-color: #15788D; }
a { background-color: rgb(21,120,141); }
div.DivClassName
{
background-color: #15788D;
}
.BgClassName
{
background-color: #15788D;
}
</style>
border-color css
<style>
span { border-color: #15788D; }
span { border-color: rgb(21,120,141); }
td.TdClassName
{
border-color: #15788D;
}
.TagClassName
{
border-color: #15788D;
}
</style>