Shades of Allports #135F77
Tints of Allports #135F77
RGB
CMYK
RGB Variations
Color information
#135F77 (or 0x135F77) is known color: Allports. HEX triplet: 13, 5F and 77. RGB value is (19,95,119). Sum of RGB (Red+Green+Blue) = 19+95+119=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #135F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F77 is #ECA088. Grayscale: #4A4A4A. Windows color (decimal): -15507593 or 7823123. OLE color: 7823123.
HSL color Cylindrical-coordinate representation of color #135F77: hue angle of 194.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135F77 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 95 | 119 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.53 |
| HSL | 194.4º | 0.72% | 0.27% | - |
| HSV(B) | 194.4º | 0.84% | 0.47% | - |
| XYZ | 7.69 | 9.65 | 18.91 | - |
| YUV | 75.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 119 | 0.84 | 0.20 | 0 | 0.53 | 194.4 | 0.72 | 0.27 |
| Hex | 13 | 5F | 77 | 54 | 14 | 0 | 35 | C2 | 48 | 1B |
| Octal | 23 | 137 | 167 | 124 | 24 | 0 | 65 | 302 | 110 | 33 |
| Binary | 10011 | 1011111 | 1110111 | 1010100 | 10100 | 0 | 110101 | 11000010 | 1001000 | 11011 |
Color Harmonies of #135F77
Complementary color
Monochromatic Colors of #135F77
Black with #135F77
Text Example
Text Example
White with #135F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F77; }
p { color: rgb(19,95,119); }
H1.HeaderClassName
{
color: #135F77;
}
.AnyTagClassName
{
color: #135F77;
}
</style>
background-color css
<style>
a { background-color: #135F77; }
a { background-color: rgb(19,95,119); }
div.DivClassName
{
background-color: #135F77;
}
.BgClassName
{
background-color: #135F77;
}
</style>
border-color css
<style>
span { border-color: #135F77; }
span { border-color: rgb(19,95,119); }
td.TdClassName
{
border-color: #135F77;
}
.TagClassName
{
border-color: #135F77;
}
</style>