Shades of Allports #137884
Tints of Allports #137884
RGB
CMYK
RGB Variations
Color information
#137884 (or 0x137884) is known color: Allports. HEX triplet: 13, 78 and 84. RGB value is (19,120,132). Sum of RGB (Red+Green+Blue) = 19+120+132=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #137884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137884 is #EC877B. Grayscale: #5B5B5B. Windows color (decimal): -15501180 or 8681491. OLE color: 8681491.
HSL color Cylindrical-coordinate representation of color #137884: hue angle of 186.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137884 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 120 | 132 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.48 |
| HSL | 186.37º | 0.75% | 0.3% | - |
| HSV(B) | 186.37º | 0.86% | 0.52% | - |
| XYZ | 11.15 | 15.24 | 24.18 | - |
| YUV | 91.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 132 | 0.86 | 0.09 | 0 | 0.48 | 186.37 | 0.75 | 0.3 |
| Hex | 13 | 78 | 84 | 56 | 9 | 0 | 30 | BA | 4B | 1E |
| Octal | 23 | 170 | 204 | 126 | 11 | 0 | 60 | 272 | 113 | 36 |
| Binary | 10011 | 1111000 | 10000100 | 1010110 | 1001 | 0 | 110000 | 10111010 | 1001011 | 11110 |
Color Harmonies of #137884
Complementary color
Monochromatic Colors of #137884
Black with #137884
Text Example
Text Example
White with #137884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137884; }
p { color: rgb(19,120,132); }
H1.HeaderClassName
{
color: #137884;
}
.AnyTagClassName
{
color: #137884;
}
</style>
background-color css
<style>
a { background-color: #137884; }
a { background-color: rgb(19,120,132); }
div.DivClassName
{
background-color: #137884;
}
.BgClassName
{
background-color: #137884;
}
</style>
border-color css
<style>
span { border-color: #137884; }
span { border-color: rgb(19,120,132); }
td.TdClassName
{
border-color: #137884;
}
.TagClassName
{
border-color: #137884;
}
</style>