Shades of Allports #136B7D
Tints of Allports #136B7D
RGB
CMYK
RGB Variations
Color information
#136B7D (or 0x136B7D) is known color: Allports. HEX triplet: 13, 6B and 7D. RGB value is (19,107,125). Sum of RGB (Red+Green+Blue) = 19+107+125=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #136B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B7D is #EC9482. Grayscale: #525252. Windows color (decimal): -15504515 or 8219411. OLE color: 8219411.
HSL color Cylindrical-coordinate representation of color #136B7D: hue angle of 190.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136B7D is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 107 | 125 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.51 |
| HSL | 190.19º | 0.74% | 0.28% | - |
| HSV(B) | 190.19º | 0.85% | 0.49% | - |
| XYZ | 9.23 | 12.13 | 21.26 | - |
| YUV | 82.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 125 | 0.85 | 0.14 | 0 | 0.51 | 190.19 | 0.74 | 0.28 |
| Hex | 13 | 6B | 7D | 55 | E | 0 | 33 | BE | 4A | 1C |
| Octal | 23 | 153 | 175 | 125 | 16 | 0 | 63 | 276 | 112 | 34 |
| Binary | 10011 | 1101011 | 1111101 | 1010101 | 1110 | 0 | 110011 | 10111110 | 1001010 | 11100 |
Color Harmonies of #136B7D
Complementary color
Monochromatic Colors of #136B7D
Black with #136B7D
Text Example
Text Example
White with #136B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B7D; }
p { color: rgb(19,107,125); }
H1.HeaderClassName
{
color: #136B7D;
}
.AnyTagClassName
{
color: #136B7D;
}
</style>
background-color css
<style>
a { background-color: #136B7D; }
a { background-color: rgb(19,107,125); }
div.DivClassName
{
background-color: #136B7D;
}
.BgClassName
{
background-color: #136B7D;
}
</style>
border-color css
<style>
span { border-color: #136B7D; }
span { border-color: rgb(19,107,125); }
td.TdClassName
{
border-color: #136B7D;
}
.TagClassName
{
border-color: #136B7D;
}
</style>