Shades of Allports #137482
Tints of Allports #137482
RGB
CMYK
RGB Variations
Color information
#137482 (or 0x137482) is known color: Allports. HEX triplet: 13, 74 and 82. RGB value is (19,116,130). Sum of RGB (Red+Green+Blue) = 19+116+130=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #137482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137482 is #EC8B7D. Grayscale: #585858. Windows color (decimal): -15502206 or 8549395. OLE color: 8549395.
HSL color Cylindrical-coordinate representation of color #137482: hue angle of 187.57º 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 #137482 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 116 | 130 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.49 |
| HSL | 187.57º | 0.74% | 0.29% | - |
| HSV(B) | 187.57º | 0.85% | 0.51% | - |
| XYZ | 10.54 | 14.24 | 23.31 | - |
| YUV | 88.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 130 | 0.85 | 0.11 | 0 | 0.49 | 187.57 | 0.74 | 0.29 |
| Hex | 13 | 74 | 82 | 55 | B | 0 | 31 | BC | 4A | 1D |
| Octal | 23 | 164 | 202 | 125 | 13 | 0 | 61 | 274 | 112 | 35 |
| Binary | 10011 | 1110100 | 10000010 | 1010101 | 1011 | 0 | 110001 | 10111100 | 1001010 | 11101 |
Color Harmonies of #137482
Complementary color
Monochromatic Colors of #137482
Black with #137482
Text Example
Text Example
White with #137482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137482; }
p { color: rgb(19,116,130); }
H1.HeaderClassName
{
color: #137482;
}
.AnyTagClassName
{
color: #137482;
}
</style>
background-color css
<style>
a { background-color: #137482; }
a { background-color: rgb(19,116,130); }
div.DivClassName
{
background-color: #137482;
}
.BgClassName
{
background-color: #137482;
}
</style>
border-color css
<style>
span { border-color: #137482; }
span { border-color: rgb(19,116,130); }
td.TdClassName
{
border-color: #137482;
}
.TagClassName
{
border-color: #137482;
}
</style>