Shades of Allports #137890
Tints of Allports #137890
RGB
CMYK
RGB Variations
Color information
#137890 (or 0x137890) is known color: Allports. HEX triplet: 13, 78 and 90. RGB value is (19,120,144). Sum of RGB (Red+Green+Blue) = 19+120+144=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #137890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137890 is #EC876F. Grayscale: #5C5C5C. Windows color (decimal): -15501168 or 9467923. OLE color: 9467923.
HSL color Cylindrical-coordinate representation of color #137890: hue angle of 191.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137890 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 120 | 144 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.44 |
| HSL | 191.52º | 0.77% | 0.32% | - |
| HSV(B) | 191.52º | 0.87% | 0.56% | - |
| XYZ | 12.02 | 15.59 | 28.76 | - |
| YUV | 92.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 144 | 0.87 | 0.17 | 0 | 0.44 | 191.52 | 0.77 | 0.32 |
| Hex | 13 | 78 | 90 | 57 | 11 | 0 | 2C | C0 | 4D | 20 |
| Octal | 23 | 170 | 220 | 127 | 21 | 0 | 54 | 300 | 115 | 40 |
| Binary | 10011 | 1111000 | 10010000 | 1010111 | 10001 | 0 | 101100 | 11000000 | 1001101 | 100000 |
Color Harmonies of #137890
Complementary color
Monochromatic Colors of #137890
Black with #137890
Text Example
Text Example
White with #137890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137890; }
p { color: rgb(19,120,144); }
H1.HeaderClassName
{
color: #137890;
}
.AnyTagClassName
{
color: #137890;
}
</style>
background-color css
<style>
a { background-color: #137890; }
a { background-color: rgb(19,120,144); }
div.DivClassName
{
background-color: #137890;
}
.BgClassName
{
background-color: #137890;
}
</style>
border-color css
<style>
span { border-color: #137890; }
span { border-color: rgb(19,120,144); }
td.TdClassName
{
border-color: #137890;
}
.TagClassName
{
border-color: #137890;
}
</style>