Shades of Allports #136183
Tints of Allports #136183
RGB
CMYK
RGB Variations
Color information
#136183 (or 0x136183) is known color: Allports. HEX triplet: 13, 61 and 83. RGB value is (19,97,131). Sum of RGB (Red+Green+Blue) = 19+97+131=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #136183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136183 is #EC9E7C. Grayscale: #4D4D4D. Windows color (decimal): -15507069 or 8610067. OLE color: 8610067.
HSL color Cylindrical-coordinate representation of color #136183: hue angle of 198.21º degrees, saturation: 0.75, 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 #136183 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 97 | 131 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.49 |
| HSL | 198.21º | 0.75% | 0.29% | - |
| HSV(B) | 198.21º | 0.85% | 0.51% | - |
| XYZ | 8.64 | 10.33 | 23.01 | - |
| YUV | 77.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 131 | 0.85 | 0.26 | 0 | 0.49 | 198.21 | 0.75 | 0.29 |
| Hex | 13 | 61 | 83 | 55 | 1A | 0 | 31 | C6 | 4B | 1D |
| Octal | 23 | 141 | 203 | 125 | 32 | 0 | 61 | 306 | 113 | 35 |
| Binary | 10011 | 1100001 | 10000011 | 1010101 | 11010 | 0 | 110001 | 11000110 | 1001011 | 11101 |
Color Harmonies of #136183
Complementary color
Monochromatic Colors of #136183
Black with #136183
Text Example
Text Example
White with #136183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136183; }
p { color: rgb(19,97,131); }
H1.HeaderClassName
{
color: #136183;
}
.AnyTagClassName
{
color: #136183;
}
</style>
background-color css
<style>
a { background-color: #136183; }
a { background-color: rgb(19,97,131); }
div.DivClassName
{
background-color: #136183;
}
.BgClassName
{
background-color: #136183;
}
</style>
border-color css
<style>
span { border-color: #136183; }
span { border-color: rgb(19,97,131); }
td.TdClassName
{
border-color: #136183;
}
.TagClassName
{
border-color: #136183;
}
</style>