Shades of Allports #135E76
Tints of Allports #135E76
RGB
CMYK
RGB Variations
Color information
#135E76 (or 0x135E76) is known color: Allports. HEX triplet: 13, 5E and 76. RGB value is (19,94,118). Sum of RGB (Red+Green+Blue) = 19+94+118=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #135E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E76 is #ECA189. Grayscale: #4A4A4A. Windows color (decimal): -15507850 or 7757331. OLE color: 7757331.
HSL color Cylindrical-coordinate representation of color #135E76: hue angle of 194.55º 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 #135E76 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 94 | 118 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.54 |
| HSL | 194.55º | 0.72% | 0.27% | - |
| HSV(B) | 194.55º | 0.84% | 0.46% | - |
| XYZ | 7.54 | 9.45 | 18.57 | - |
| YUV | 74.31 | 152.65 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 118 | 0.84 | 0.20 | 0 | 0.54 | 194.55 | 0.72 | 0.27 |
| Hex | 13 | 5E | 76 | 54 | 14 | 0 | 36 | C3 | 48 | 1B |
| Octal | 23 | 136 | 166 | 124 | 24 | 0 | 66 | 303 | 110 | 33 |
| Binary | 10011 | 1011110 | 1110110 | 1010100 | 10100 | 0 | 110110 | 11000011 | 1001000 | 11011 |
Color Harmonies of #135E76
Complementary color
Monochromatic Colors of #135E76
Black with #135E76
Text Example
Text Example
White with #135E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E76; }
p { color: rgb(19,94,118); }
H1.HeaderClassName
{
color: #135E76;
}
.AnyTagClassName
{
color: #135E76;
}
</style>
background-color css
<style>
a { background-color: #135E76; }
a { background-color: rgb(19,94,118); }
div.DivClassName
{
background-color: #135E76;
}
.BgClassName
{
background-color: #135E76;
}
</style>
border-color css
<style>
span { border-color: #135E76; }
span { border-color: rgb(19,94,118); }
td.TdClassName
{
border-color: #135E76;
}
.TagClassName
{
border-color: #135E76;
}
</style>