Shades of Allports #135E73
Tints of Allports #135E73
RGB
CMYK
RGB Variations
Color information
#135E73 (or 0x135E73) is known color: Allports. HEX triplet: 13, 5E and 73. RGB value is (19,94,115). Sum of RGB (Red+Green+Blue) = 19+94+115=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #135E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E73 is #ECA18C. Grayscale: #494949. Windows color (decimal): -15507853 or 7560723. OLE color: 7560723.
HSL color Cylindrical-coordinate representation of color #135E73: hue angle of 193.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135E73 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 94 | 115 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.55 |
| HSL | 193.13º | 0.72% | 0.26% | - |
| HSV(B) | 193.13º | 0.83% | 0.45% | - |
| XYZ | 7.37 | 9.38 | 17.64 | - |
| YUV | 73.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 115 | 0.83 | 0.18 | 0 | 0.55 | 193.13 | 0.72 | 0.26 |
| Hex | 13 | 5E | 73 | 53 | 12 | 0 | 37 | C1 | 48 | 1A |
| Octal | 23 | 136 | 163 | 123 | 22 | 0 | 67 | 301 | 110 | 32 |
| Binary | 10011 | 1011110 | 1110011 | 1010011 | 10010 | 0 | 110111 | 11000001 | 1001000 | 11010 |
Color Harmonies of #135E73
Complementary color
Monochromatic Colors of #135E73
Black with #135E73
Text Example
Text Example
White with #135E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E73; }
p { color: rgb(19,94,115); }
H1.HeaderClassName
{
color: #135E73;
}
.AnyTagClassName
{
color: #135E73;
}
</style>
background-color css
<style>
a { background-color: #135E73; }
a { background-color: rgb(19,94,115); }
div.DivClassName
{
background-color: #135E73;
}
.BgClassName
{
background-color: #135E73;
}
</style>
border-color css
<style>
span { border-color: #135E73; }
span { border-color: rgb(19,94,115); }
td.TdClassName
{
border-color: #135E73;
}
.TagClassName
{
border-color: #135E73;
}
</style>