Shades of Allports #137381
Tints of Allports #137381
RGB
CMYK
RGB Variations
Color information
#137381 (or 0x137381) is known color: Allports. HEX triplet: 13, 73 and 81. RGB value is (19,115,129). Sum of RGB (Red+Green+Blue) = 19+115+129=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #137381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137381 is #EC8C7E. Grayscale: #575757. Windows color (decimal): -15502463 or 8483603. OLE color: 8483603.
HSL color Cylindrical-coordinate representation of color #137381: hue angle of 187.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137381 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 115 | 129 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.49 |
| HSL | 187.64º | 0.74% | 0.29% | - |
| HSV(B) | 187.64º | 0.85% | 0.51% | - |
| XYZ | 10.36 | 13.98 | 22.92 | - |
| YUV | 87.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 129 | 0.85 | 0.11 | 0 | 0.49 | 187.64 | 0.74 | 0.29 |
| Hex | 13 | 73 | 81 | 55 | B | 0 | 31 | BC | 4A | 1D |
| Octal | 23 | 163 | 201 | 125 | 13 | 0 | 61 | 274 | 112 | 35 |
| Binary | 10011 | 1110011 | 10000001 | 1010101 | 1011 | 0 | 110001 | 10111100 | 1001010 | 11101 |
Color Harmonies of #137381
Complementary color
Monochromatic Colors of #137381
Black with #137381
Text Example
Text Example
White with #137381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137381; }
p { color: rgb(19,115,129); }
H1.HeaderClassName
{
color: #137381;
}
.AnyTagClassName
{
color: #137381;
}
</style>
background-color css
<style>
a { background-color: #137381; }
a { background-color: rgb(19,115,129); }
div.DivClassName
{
background-color: #137381;
}
.BgClassName
{
background-color: #137381;
}
</style>
border-color css
<style>
span { border-color: #137381; }
span { border-color: rgb(19,115,129); }
td.TdClassName
{
border-color: #137381;
}
.TagClassName
{
border-color: #137381;
}
</style>