Shades of Allports #155F76
Tints of Allports #155F76
RGB
CMYK
RGB Variations
Color information
#155F76 (or 0x155F76) is known color: Allports. HEX triplet: 15, 5F and 76. RGB value is (21,95,118). Sum of RGB (Red+Green+Blue) = 21+95+118=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #155F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F76 is #EAA089. Grayscale: #4B4B4B. Windows color (decimal): -15376522 or 7757589. OLE color: 7757589.
HSL color Cylindrical-coordinate representation of color #155F76: hue angle of 194.23º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155F76 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 95 | 118 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.54 |
| HSL | 194.23º | 0.7% | 0.27% | - |
| HSV(B) | 194.23º | 0.82% | 0.46% | - |
| XYZ | 7.67 | 9.65 | 18.6 | - |
| YUV | 75.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 118 | 0.82 | 0.19 | 0 | 0.54 | 194.23 | 0.7 | 0.27 |
| Hex | 15 | 5F | 76 | 52 | 13 | 0 | 36 | C2 | 46 | 1B |
| Octal | 25 | 137 | 166 | 122 | 23 | 0 | 66 | 302 | 106 | 33 |
| Binary | 10101 | 1011111 | 1110110 | 1010010 | 10011 | 0 | 110110 | 11000010 | 1000110 | 11011 |
Color Harmonies of #155F76
Complementary color
Monochromatic Colors of #155F76
Black with #155F76
Text Example
Text Example
White with #155F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F76; }
p { color: rgb(21,95,118); }
H1.HeaderClassName
{
color: #155F76;
}
.AnyTagClassName
{
color: #155F76;
}
</style>
background-color css
<style>
a { background-color: #155F76; }
a { background-color: rgb(21,95,118); }
div.DivClassName
{
background-color: #155F76;
}
.BgClassName
{
background-color: #155F76;
}
</style>
border-color css
<style>
span { border-color: #155F76; }
span { border-color: rgb(21,95,118); }
td.TdClassName
{
border-color: #155F76;
}
.TagClassName
{
border-color: #155F76;
}
</style>