Shades of Allports #137479
Tints of Allports #137479
RGB
CMYK
RGB Variations
Color information
#137479 (or 0x137479) is known color: Allports. HEX triplet: 13, 74 and 79. RGB value is (19,116,121). Sum of RGB (Red+Green+Blue) = 19+116+121=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #137479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137479 is #EC8B86. Grayscale: #575757. Windows color (decimal): -15502215 or 7959571. OLE color: 7959571.
HSL color Cylindrical-coordinate representation of color #137479: hue angle of 182.94º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137479 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 116 | 121 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.53 |
| HSL | 182.94º | 0.73% | 0.27% | - |
| HSV(B) | 182.94º | 0.84% | 0.47% | - |
| XYZ | 9.97 | 14.01 | 20.27 | - |
| YUV | 87.57 | 146.86 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 121 | 0.84 | 0.04 | 0 | 0.53 | 182.94 | 0.73 | 0.27 |
| Hex | 13 | 74 | 79 | 54 | 4 | 0 | 35 | B7 | 49 | 1B |
| Octal | 23 | 164 | 171 | 124 | 4 | 0 | 65 | 267 | 111 | 33 |
| Binary | 10011 | 1110100 | 1111001 | 1010100 | 100 | 0 | 110101 | 10110111 | 1001001 | 11011 |
Color Harmonies of #137479
Complementary color
Monochromatic Colors of #137479
Black with #137479
Text Example
Text Example
White with #137479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137479; }
p { color: rgb(19,116,121); }
H1.HeaderClassName
{
color: #137479;
}
.AnyTagClassName
{
color: #137479;
}
</style>
background-color css
<style>
a { background-color: #137479; }
a { background-color: rgb(19,116,121); }
div.DivClassName
{
background-color: #137479;
}
.BgClassName
{
background-color: #137479;
}
</style>
border-color css
<style>
span { border-color: #137479; }
span { border-color: rgb(19,116,121); }
td.TdClassName
{
border-color: #137479;
}
.TagClassName
{
border-color: #137479;
}
</style>