Shades of Allports #137191
Tints of Allports #137191
RGB
CMYK
RGB Variations
Color information
#137191 (or 0x137191) is known color: Allports. HEX triplet: 13, 71 and 91. RGB value is (19,113,145). Sum of RGB (Red+Green+Blue) = 19+113+145=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #137191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137191 is #EC8E6E. Grayscale: #585858. Windows color (decimal): -15502959 or 9531667. OLE color: 9531667.
HSL color Cylindrical-coordinate representation of color #137191: hue angle of 195.24º 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 #137191 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 113 | 145 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.43 |
| HSL | 195.24º | 0.77% | 0.32% | - |
| HSV(B) | 195.24º | 0.87% | 0.57% | - |
| XYZ | 11.28 | 13.99 | 28.89 | - |
| YUV | 88.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 145 | 0.87 | 0.22 | 0 | 0.43 | 195.24 | 0.77 | 0.32 |
| Hex | 13 | 71 | 91 | 57 | 16 | 0 | 2B | C3 | 4D | 20 |
| Octal | 23 | 161 | 221 | 127 | 26 | 0 | 53 | 303 | 115 | 40 |
| Binary | 10011 | 1110001 | 10010001 | 1010111 | 10110 | 0 | 101011 | 11000011 | 1001101 | 100000 |
Color Harmonies of #137191
Complementary color
Monochromatic Colors of #137191
Black with #137191
Text Example
Text Example
White with #137191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137191; }
p { color: rgb(19,113,145); }
H1.HeaderClassName
{
color: #137191;
}
.AnyTagClassName
{
color: #137191;
}
</style>
background-color css
<style>
a { background-color: #137191; }
a { background-color: rgb(19,113,145); }
div.DivClassName
{
background-color: #137191;
}
.BgClassName
{
background-color: #137191;
}
</style>
border-color css
<style>
span { border-color: #137191; }
span { border-color: rgb(19,113,145); }
td.TdClassName
{
border-color: #137191;
}
.TagClassName
{
border-color: #137191;
}
</style>