Shades of Allports #137591
Tints of Allports #137591
RGB
CMYK
RGB Variations
Color information
#137591 (or 0x137591) is known color: Allports. HEX triplet: 13, 75 and 91. RGB value is (19,117,145). Sum of RGB (Red+Green+Blue) = 19+117+145=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #137591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137591 is #EC8A6E. Grayscale: #5A5A5A. Windows color (decimal): -15501935 or 9532691. OLE color: 9532691.
HSL color Cylindrical-coordinate representation of color #137591: hue angle of 193.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137591 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 117 | 145 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.43 |
| HSL | 193.33º | 0.77% | 0.32% | - |
| HSV(B) | 193.33º | 0.87% | 0.57% | - |
| XYZ | 11.74 | 14.91 | 29.05 | - |
| YUV | 90.89 | 158.53 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 145 | 0.87 | 0.19 | 0 | 0.43 | 193.33 | 0.77 | 0.32 |
| Hex | 13 | 75 | 91 | 57 | 13 | 0 | 2B | C1 | 4D | 20 |
| Octal | 23 | 165 | 221 | 127 | 23 | 0 | 53 | 301 | 115 | 40 |
| Binary | 10011 | 1110101 | 10010001 | 1010111 | 10011 | 0 | 101011 | 11000001 | 1001101 | 100000 |
Color Harmonies of #137591
Complementary color
Monochromatic Colors of #137591
Black with #137591
Text Example
Text Example
White with #137591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137591; }
p { color: rgb(19,117,145); }
H1.HeaderClassName
{
color: #137591;
}
.AnyTagClassName
{
color: #137591;
}
</style>
background-color css
<style>
a { background-color: #137591; }
a { background-color: rgb(19,117,145); }
div.DivClassName
{
background-color: #137591;
}
.BgClassName
{
background-color: #137591;
}
</style>
border-color css
<style>
span { border-color: #137591; }
span { border-color: rgb(19,117,145); }
td.TdClassName
{
border-color: #137591;
}
.TagClassName
{
border-color: #137591;
}
</style>