Shades of Allports #135D76
Tints of Allports #135D76
RGB
CMYK
RGB Variations
Color information
#135D76 (or 0x135D76) is known color: Allports. HEX triplet: 13, 5D and 76. RGB value is (19,93,118). Sum of RGB (Red+Green+Blue) = 19+93+118=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #135D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D76 is #ECA289. Grayscale: #494949. Windows color (decimal): -15508106 or 7757075. OLE color: 7757075.
HSL color Cylindrical-coordinate representation of color #135D76: hue angle of 195.15º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135D76 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 93 | 118 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.54 |
| HSL | 195.15º | 0.72% | 0.27% | - |
| HSV(B) | 195.15º | 0.84% | 0.46% | - |
| XYZ | 7.45 | 9.28 | 18.54 | - |
| YUV | 73.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 118 | 0.84 | 0.21 | 0 | 0.54 | 195.15 | 0.72 | 0.27 |
| Hex | 13 | 5D | 76 | 54 | 15 | 0 | 36 | C3 | 48 | 1B |
| Octal | 23 | 135 | 166 | 124 | 25 | 0 | 66 | 303 | 110 | 33 |
| Binary | 10011 | 1011101 | 1110110 | 1010100 | 10101 | 0 | 110110 | 11000011 | 1001000 | 11011 |
Color Harmonies of #135D76
Complementary color
Monochromatic Colors of #135D76
Black with #135D76
Text Example
Text Example
White with #135D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D76; }
p { color: rgb(19,93,118); }
H1.HeaderClassName
{
color: #135D76;
}
.AnyTagClassName
{
color: #135D76;
}
</style>
background-color css
<style>
a { background-color: #135D76; }
a { background-color: rgb(19,93,118); }
div.DivClassName
{
background-color: #135D76;
}
.BgClassName
{
background-color: #135D76;
}
</style>
border-color css
<style>
span { border-color: #135D76; }
span { border-color: rgb(19,93,118); }
td.TdClassName
{
border-color: #135D76;
}
.TagClassName
{
border-color: #135D76;
}
</style>