Shades of Allports #137389
Tints of Allports #137389
RGB
CMYK
RGB Variations
Color information
#137389 (or 0x137389) is known color: Allports. HEX triplet: 13, 73 and 89. RGB value is (19,115,137). Sum of RGB (Red+Green+Blue) = 19+115+137=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #137389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137389 is #EC8C76. Grayscale: #585858. Windows color (decimal): -15502455 or 9007891. OLE color: 9007891.
HSL color Cylindrical-coordinate representation of color #137389: hue angle of 191.19º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137389 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 115 | 137 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.46 |
| HSL | 191.19º | 0.76% | 0.31% | - |
| HSV(B) | 191.19º | 0.86% | 0.54% | - |
| XYZ | 10.91 | 14.21 | 25.83 | - |
| YUV | 88.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 137 | 0.86 | 0.16 | 0 | 0.46 | 191.19 | 0.76 | 0.31 |
| Hex | 13 | 73 | 89 | 56 | 10 | 0 | 2E | BF | 4C | 1F |
| Octal | 23 | 163 | 211 | 126 | 20 | 0 | 56 | 277 | 114 | 37 |
| Binary | 10011 | 1110011 | 10001001 | 1010110 | 10000 | 0 | 101110 | 10111111 | 1001100 | 11111 |
Color Harmonies of #137389
Complementary color
Monochromatic Colors of #137389
Black with #137389
Text Example
Text Example
White with #137389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137389; }
p { color: rgb(19,115,137); }
H1.HeaderClassName
{
color: #137389;
}
.AnyTagClassName
{
color: #137389;
}
</style>
background-color css
<style>
a { background-color: #137389; }
a { background-color: rgb(19,115,137); }
div.DivClassName
{
background-color: #137389;
}
.BgClassName
{
background-color: #137389;
}
</style>
border-color css
<style>
span { border-color: #137389; }
span { border-color: rgb(19,115,137); }
td.TdClassName
{
border-color: #137389;
}
.TagClassName
{
border-color: #137389;
}
</style>