Shades of Allports #15768D
Tints of Allports #15768D
RGB
CMYK
RGB Variations
Color information
#15768D (or 0x15768D) is known color: Allports. HEX triplet: 15, 76 and 8D. RGB value is (21,118,141). Sum of RGB (Red+Green+Blue) = 21+118+141=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #15768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15768D is #EA8972. Grayscale: #5B5B5B. Windows color (decimal): -15370611 or 9270805. OLE color: 9270805.
HSL color Cylindrical-coordinate representation of color #15768D: hue angle of 191.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 #15768D is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 118 | 141 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.45 |
| HSL | 191.5º | 0.74% | 0.32% | - |
| HSV(B) | 191.5º | 0.85% | 0.55% | - |
| XYZ | 11.6 | 15.04 | 27.49 | - |
| YUV | 91.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 141 | 0.85 | 0.16 | 0 | 0.45 | 191.5 | 0.74 | 0.32 |
| Hex | 15 | 76 | 8D | 55 | 10 | 0 | 2D | C0 | 4A | 20 |
| Octal | 25 | 166 | 215 | 125 | 20 | 0 | 55 | 300 | 112 | 40 |
| Binary | 10101 | 1110110 | 10001101 | 1010101 | 10000 | 0 | 101101 | 11000000 | 1001010 | 100000 |
Color Harmonies of #15768D
Complementary color
Monochromatic Colors of #15768D
Black with #15768D
Text Example
Text Example
White with #15768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15768D; }
p { color: rgb(21,118,141); }
H1.HeaderClassName
{
color: #15768D;
}
.AnyTagClassName
{
color: #15768D;
}
</style>
background-color css
<style>
a { background-color: #15768D; }
a { background-color: rgb(21,118,141); }
div.DivClassName
{
background-color: #15768D;
}
.BgClassName
{
background-color: #15768D;
}
</style>
border-color css
<style>
span { border-color: #15768D; }
span { border-color: rgb(21,118,141); }
td.TdClassName
{
border-color: #15768D;
}
.TagClassName
{
border-color: #15768D;
}
</style>