Shades of Allports #136992
Tints of Allports #136992
RGB
CMYK
RGB Variations
Color information
#136992 (or 0x136992) is known color: Allports. HEX triplet: 13, 69 and 92. RGB value is (19,105,146). Sum of RGB (Red+Green+Blue) = 19+105+146=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #136992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136992 is #EC966D. Grayscale: #535353. Windows color (decimal): -15505006 or 9595155. OLE color: 9595155.
HSL color Cylindrical-coordinate representation of color #136992: hue angle of 199.37º 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 #136992 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 105 | 146 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.43 |
| HSL | 199.37º | 0.77% | 0.32% | - |
| HSV(B) | 199.37º | 0.87% | 0.57% | - |
| XYZ | 10.51 | 12.32 | 29.02 | - |
| YUV | 83.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 146 | 0.87 | 0.28 | 0 | 0.43 | 199.37 | 0.77 | 0.32 |
| Hex | 13 | 69 | 92 | 57 | 1C | 0 | 2B | C7 | 4D | 20 |
| Octal | 23 | 151 | 222 | 127 | 34 | 0 | 53 | 307 | 115 | 40 |
| Binary | 10011 | 1101001 | 10010010 | 1010111 | 11100 | 0 | 101011 | 11000111 | 1001101 | 100000 |
Color Harmonies of #136992
Complementary color
Monochromatic Colors of #136992
Black with #136992
Text Example
Text Example
White with #136992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136992; }
p { color: rgb(19,105,146); }
H1.HeaderClassName
{
color: #136992;
}
.AnyTagClassName
{
color: #136992;
}
</style>
background-color css
<style>
a { background-color: #136992; }
a { background-color: rgb(19,105,146); }
div.DivClassName
{
background-color: #136992;
}
.BgClassName
{
background-color: #136992;
}
</style>
border-color css
<style>
span { border-color: #136992; }
span { border-color: rgb(19,105,146); }
td.TdClassName
{
border-color: #136992;
}
.TagClassName
{
border-color: #136992;
}
</style>