Shades of Allports #137882
Tints of Allports #137882
RGB
CMYK
RGB Variations
Color information
#137882 (or 0x137882) is known color: Allports. HEX triplet: 13, 78 and 82. RGB value is (19,120,130). Sum of RGB (Red+Green+Blue) = 19+120+130=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #137882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137882 is #EC877D. Grayscale: #5A5A5A. Windows color (decimal): -15501182 or 8550419. OLE color: 8550419.
HSL color Cylindrical-coordinate representation of color #137882: hue angle of 185.41º 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 #137882 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 120 | 130 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.49 |
| HSL | 185.41º | 0.74% | 0.29% | - |
| HSV(B) | 185.41º | 0.85% | 0.51% | - |
| XYZ | 11.01 | 15.18 | 23.47 | - |
| YUV | 90.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 130 | 0.85 | 0.08 | 0 | 0.49 | 185.41 | 0.74 | 0.29 |
| Hex | 13 | 78 | 82 | 55 | 8 | 0 | 31 | B9 | 4A | 1D |
| Octal | 23 | 170 | 202 | 125 | 10 | 0 | 61 | 271 | 112 | 35 |
| Binary | 10011 | 1111000 | 10000010 | 1010101 | 1000 | 0 | 110001 | 10111001 | 1001010 | 11101 |
Color Harmonies of #137882
Complementary color
Monochromatic Colors of #137882
Black with #137882
Text Example
Text Example
White with #137882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137882; }
p { color: rgb(19,120,130); }
H1.HeaderClassName
{
color: #137882;
}
.AnyTagClassName
{
color: #137882;
}
</style>
background-color css
<style>
a { background-color: #137882; }
a { background-color: rgb(19,120,130); }
div.DivClassName
{
background-color: #137882;
}
.BgClassName
{
background-color: #137882;
}
</style>
border-color css
<style>
span { border-color: #137882; }
span { border-color: rgb(19,120,130); }
td.TdClassName
{
border-color: #137882;
}
.TagClassName
{
border-color: #137882;
}
</style>