Shades of Allports #136789
Tints of Allports #136789
RGB
CMYK
RGB Variations
Color information
#136789 (or 0x136789) is known color: Allports. HEX triplet: 13, 67 and 89. RGB value is (19,103,137). Sum of RGB (Red+Green+Blue) = 19+103+137=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #136789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136789 is #EC9876. Grayscale: #515151. Windows color (decimal): -15505527 or 9004819. OLE color: 9004819.
HSL color Cylindrical-coordinate representation of color #136789: hue angle of 197.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136789 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 103 | 137 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.46 |
| HSL | 197.29º | 0.76% | 0.31% | - |
| HSV(B) | 197.29º | 0.86% | 0.54% | - |
| XYZ | 9.63 | 11.65 | 25.41 | - |
| YUV | 81.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 137 | 0.86 | 0.25 | 0 | 0.46 | 197.29 | 0.76 | 0.31 |
| Hex | 13 | 67 | 89 | 56 | 19 | 0 | 2E | C5 | 4C | 1F |
| Octal | 23 | 147 | 211 | 126 | 31 | 0 | 56 | 305 | 114 | 37 |
| Binary | 10011 | 1100111 | 10001001 | 1010110 | 11001 | 0 | 101110 | 11000101 | 1001100 | 11111 |
Color Harmonies of #136789
Complementary color
Monochromatic Colors of #136789
Black with #136789
Text Example
Text Example
White with #136789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136789; }
p { color: rgb(19,103,137); }
H1.HeaderClassName
{
color: #136789;
}
.AnyTagClassName
{
color: #136789;
}
</style>
background-color css
<style>
a { background-color: #136789; }
a { background-color: rgb(19,103,137); }
div.DivClassName
{
background-color: #136789;
}
.BgClassName
{
background-color: #136789;
}
</style>
border-color css
<style>
span { border-color: #136789; }
span { border-color: rgb(19,103,137); }
td.TdClassName
{
border-color: #136789;
}
.TagClassName
{
border-color: #136789;
}
</style>