Shades of Allports #136F92
Tints of Allports #136F92
RGB
CMYK
RGB Variations
Color information
#136F92 (or 0x136F92) is known color: Allports. HEX triplet: 13, 6F and 92. RGB value is (19,111,146). Sum of RGB (Red+Green+Blue) = 19+111+146=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #136F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F92 is #EC906D. Grayscale: #575757. Windows color (decimal): -15503470 or 9596691. OLE color: 9596691.
HSL color Cylindrical-coordinate representation of color #136F92: hue angle of 196.54º 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 #136F92 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 111 | 146 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.43 |
| HSL | 196.54º | 0.77% | 0.32% | - |
| HSV(B) | 196.54º | 0.87% | 0.57% | - |
| XYZ | 11.14 | 13.58 | 29.23 | - |
| YUV | 87.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 146 | 0.87 | 0.24 | 0 | 0.43 | 196.54 | 0.77 | 0.32 |
| Hex | 13 | 6F | 92 | 57 | 18 | 0 | 2B | C5 | 4D | 20 |
| Octal | 23 | 157 | 222 | 127 | 30 | 0 | 53 | 305 | 115 | 40 |
| Binary | 10011 | 1101111 | 10010010 | 1010111 | 11000 | 0 | 101011 | 11000101 | 1001101 | 100000 |
Color Harmonies of #136F92
Complementary color
Monochromatic Colors of #136F92
Black with #136F92
Text Example
Text Example
White with #136F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136F92; }
p { color: rgb(19,111,146); }
H1.HeaderClassName
{
color: #136F92;
}
.AnyTagClassName
{
color: #136F92;
}
</style>
background-color css
<style>
a { background-color: #136F92; }
a { background-color: rgb(19,111,146); }
div.DivClassName
{
background-color: #136F92;
}
.BgClassName
{
background-color: #136F92;
}
</style>
border-color css
<style>
span { border-color: #136F92; }
span { border-color: rgb(19,111,146); }
td.TdClassName
{
border-color: #136F92;
}
.TagClassName
{
border-color: #136F92;
}
</style>