Shades of Allports #137380
Tints of Allports #137380
RGB
CMYK
RGB Variations
Color information
#137380 (or 0x137380) is known color: Allports. HEX triplet: 13, 73 and 80. RGB value is (19,115,128). Sum of RGB (Red+Green+Blue) = 19+115+128=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #137380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137380 is #EC8C7F. Grayscale: #575757. Windows color (decimal): -15502464 or 8418067. OLE color: 8418067.
HSL color Cylindrical-coordinate representation of color #137380: hue angle of 187.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137380 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 115 | 128 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.50 |
| HSL | 187.16º | 0.74% | 0.29% | - |
| HSV(B) | 187.16º | 0.85% | 0.5% | - |
| XYZ | 10.3 | 13.96 | 22.57 | - |
| YUV | 87.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 128 | 0.85 | 0.10 | 0 | 0.50 | 187.16 | 0.74 | 0.29 |
| Hex | 13 | 73 | 80 | 55 | A | 0 | 32 | BB | 4A | 1D |
| Octal | 23 | 163 | 200 | 125 | 12 | 0 | 62 | 273 | 112 | 35 |
| Binary | 10011 | 1110011 | 10000000 | 1010101 | 1010 | 0 | 110010 | 10111011 | 1001010 | 11101 |
Color Harmonies of #137380
Complementary color
Monochromatic Colors of #137380
Black with #137380
Text Example
Text Example
White with #137380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137380; }
p { color: rgb(19,115,128); }
H1.HeaderClassName
{
color: #137380;
}
.AnyTagClassName
{
color: #137380;
}
</style>
background-color css
<style>
a { background-color: #137380; }
a { background-color: rgb(19,115,128); }
div.DivClassName
{
background-color: #137380;
}
.BgClassName
{
background-color: #137380;
}
</style>
border-color css
<style>
span { border-color: #137380; }
span { border-color: rgb(19,115,128); }
td.TdClassName
{
border-color: #137380;
}
.TagClassName
{
border-color: #137380;
}
</style>