Shades of Allports #136F81
Tints of Allports #136F81
RGB
CMYK
RGB Variations
Color information
#136F81 (or 0x136F81) is known color: Allports. HEX triplet: 13, 6F and 81. RGB value is (19,111,129). Sum of RGB (Red+Green+Blue) = 19+111+129=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #136F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F81 is #EC907E. Grayscale: #555555. Windows color (decimal): -15503487 or 8482579. OLE color: 8482579.
HSL color Cylindrical-coordinate representation of color #136F81: hue angle of 189.82º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136F81 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 111 | 129 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.49 |
| HSL | 189.82º | 0.74% | 0.29% | - |
| HSV(B) | 189.82º | 0.85% | 0.51% | - |
| XYZ | 9.92 | 13.09 | 22.77 | - |
| YUV | 85.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 129 | 0.85 | 0.14 | 0 | 0.49 | 189.82 | 0.74 | 0.29 |
| Hex | 13 | 6F | 81 | 55 | E | 0 | 31 | BE | 4A | 1D |
| Octal | 23 | 157 | 201 | 125 | 16 | 0 | 61 | 276 | 112 | 35 |
| Binary | 10011 | 1101111 | 10000001 | 1010101 | 1110 | 0 | 110001 | 10111110 | 1001010 | 11101 |
Color Harmonies of #136F81
Complementary color
Monochromatic Colors of #136F81
Black with #136F81
Text Example
Text Example
White with #136F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F81; }
p { color: rgb(19,111,129); }
H1.HeaderClassName
{
color: #136F81;
}
.AnyTagClassName
{
color: #136F81;
}
</style>
background-color css
<style>
a { background-color: #136F81; }
a { background-color: rgb(19,111,129); }
div.DivClassName
{
background-color: #136F81;
}
.BgClassName
{
background-color: #136F81;
}
</style>
border-color css
<style>
span { border-color: #136F81; }
span { border-color: rgb(19,111,129); }
td.TdClassName
{
border-color: #136F81;
}
.TagClassName
{
border-color: #136F81;
}
</style>