Shades of Allports #15778D
Tints of Allports #15778D
RGB
CMYK
RGB Variations
Color information
#15778D (or 0x15778D) is known color: Allports. HEX triplet: 15, 77 and 8D. RGB value is (21,119,141). Sum of RGB (Red+Green+Blue) = 21+119+141=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #15778D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15778D is #EA8872. Grayscale: #5C5C5C. Windows color (decimal): -15370355 or 9271061. OLE color: 9271061.
HSL color Cylindrical-coordinate representation of color #15778D: hue angle of 191º 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 #15778D is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 119 | 141 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.45 |
| HSL | 191º | 0.74% | 0.32% | - |
| HSV(B) | 191º | 0.85% | 0.55% | - |
| XYZ | 11.71 | 15.28 | 27.53 | - |
| YUV | 92.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 141 | 0.85 | 0.16 | 0 | 0.45 | 191 | 0.74 | 0.32 |
| Hex | 15 | 77 | 8D | 55 | 10 | 0 | 2D | BF | 4A | 20 |
| Octal | 25 | 167 | 215 | 125 | 20 | 0 | 55 | 277 | 112 | 40 |
| Binary | 10101 | 1110111 | 10001101 | 1010101 | 10000 | 0 | 101101 | 10111111 | 1001010 | 100000 |
Color Harmonies of #15778D
Complementary color
Monochromatic Colors of #15778D
Black with #15778D
Text Example
Text Example
White with #15778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15778D; }
p { color: rgb(21,119,141); }
H1.HeaderClassName
{
color: #15778D;
}
.AnyTagClassName
{
color: #15778D;
}
</style>
background-color css
<style>
a { background-color: #15778D; }
a { background-color: rgb(21,119,141); }
div.DivClassName
{
background-color: #15778D;
}
.BgClassName
{
background-color: #15778D;
}
</style>
border-color css
<style>
span { border-color: #15778D; }
span { border-color: rgb(21,119,141); }
td.TdClassName
{
border-color: #15778D;
}
.TagClassName
{
border-color: #15778D;
}
</style>