Shades of Allports #136F7A
Tints of Allports #136F7A
RGB
CMYK
RGB Variations
Color information
#136F7A (or 0x136F7A) is known color: Allports. HEX triplet: 13, 6F and 7A. RGB value is (19,111,122). Sum of RGB (Red+Green+Blue) = 19+111+122=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #136F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F7A is #EC9085. Grayscale: #545454. Windows color (decimal): -15503494 or 8023827. OLE color: 8023827.
HSL color Cylindrical-coordinate representation of color #136F7A: hue angle of 186.41º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136F7A is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 111 | 122 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.52 |
| HSL | 186.41º | 0.73% | 0.28% | - |
| HSV(B) | 186.41º | 0.84% | 0.48% | - |
| XYZ | 9.47 | 12.91 | 20.41 | - |
| YUV | 84.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 122 | 0.84 | 0.09 | 0 | 0.52 | 186.41 | 0.73 | 0.28 |
| Hex | 13 | 6F | 7A | 54 | 9 | 0 | 34 | BA | 49 | 1C |
| Octal | 23 | 157 | 172 | 124 | 11 | 0 | 64 | 272 | 111 | 34 |
| Binary | 10011 | 1101111 | 1111010 | 1010100 | 1001 | 0 | 110100 | 10111010 | 1001001 | 11100 |
Color Harmonies of #136F7A
Complementary color
Monochromatic Colors of #136F7A
Black with #136F7A
Text Example
Text Example
White with #136F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F7A; }
p { color: rgb(19,111,122); }
H1.HeaderClassName
{
color: #136F7A;
}
.AnyTagClassName
{
color: #136F7A;
}
</style>
background-color css
<style>
a { background-color: #136F7A; }
a { background-color: rgb(19,111,122); }
div.DivClassName
{
background-color: #136F7A;
}
.BgClassName
{
background-color: #136F7A;
}
</style>
border-color css
<style>
span { border-color: #136F7A; }
span { border-color: rgb(19,111,122); }
td.TdClassName
{
border-color: #136F7A;
}
.TagClassName
{
border-color: #136F7A;
}
</style>