Shades of Allports #136A92
Tints of Allports #136A92
RGB
CMYK
RGB Variations
Color information
#136A92 (or 0x136A92) is known color: Allports. HEX triplet: 13, 6A and 92. RGB value is (19,106,146). Sum of RGB (Red+Green+Blue) = 19+106+146=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #136A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136A92 is #EC956D. Grayscale: #545454. Windows color (decimal): -15504750 or 9595411. OLE color: 9595411.
HSL color Cylindrical-coordinate representation of color #136A92: hue angle of 198.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136A92 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 106 | 146 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.43 |
| HSL | 198.9º | 0.77% | 0.32% | - |
| HSV(B) | 198.9º | 0.87% | 0.57% | - |
| XYZ | 10.61 | 12.52 | 29.05 | - |
| YUV | 84.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 146 | 0.87 | 0.27 | 0 | 0.43 | 198.9 | 0.77 | 0.32 |
| Hex | 13 | 6A | 92 | 57 | 1B | 0 | 2B | C7 | 4D | 20 |
| Octal | 23 | 152 | 222 | 127 | 33 | 0 | 53 | 307 | 115 | 40 |
| Binary | 10011 | 1101010 | 10010010 | 1010111 | 11011 | 0 | 101011 | 11000111 | 1001101 | 100000 |
Color Harmonies of #136A92
Complementary color
Monochromatic Colors of #136A92
Black with #136A92
Text Example
Text Example
White with #136A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136A92; }
p { color: rgb(19,106,146); }
H1.HeaderClassName
{
color: #136A92;
}
.AnyTagClassName
{
color: #136A92;
}
</style>
background-color css
<style>
a { background-color: #136A92; }
a { background-color: rgb(19,106,146); }
div.DivClassName
{
background-color: #136A92;
}
.BgClassName
{
background-color: #136A92;
}
</style>
border-color css
<style>
span { border-color: #136A92; }
span { border-color: rgb(19,106,146); }
td.TdClassName
{
border-color: #136A92;
}
.TagClassName
{
border-color: #136A92;
}
</style>