Shades of Allports #136B93
Tints of Allports #136B93
RGB
CMYK
RGB Variations
Color information
#136B93 (or 0x136B93) is known color: Allports. HEX triplet: 13, 6B and 93. RGB value is (19,107,147). Sum of RGB (Red+Green+Blue) = 19+107+147=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #136B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136B93 is #EC946C. Grayscale: #555555. Windows color (decimal): -15504493 or 9661203. OLE color: 9661203.
HSL color Cylindrical-coordinate representation of color #136B93: hue angle of 198.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136B93 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 107 | 147 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.42 |
| HSL | 198.75º | 0.77% | 0.33% | - |
| HSV(B) | 198.75º | 0.87% | 0.58% | - |
| XYZ | 10.79 | 12.76 | 29.5 | - |
| YUV | 85.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 147 | 0.87 | 0.27 | 0 | 0.42 | 198.75 | 0.77 | 0.33 |
| Hex | 13 | 6B | 93 | 57 | 1B | 0 | 2A | C7 | 4D | 21 |
| Octal | 23 | 153 | 223 | 127 | 33 | 0 | 52 | 307 | 115 | 41 |
| Binary | 10011 | 1101011 | 10010011 | 1010111 | 11011 | 0 | 101010 | 11000111 | 1001101 | 100001 |
Color Harmonies of #136B93
Complementary color
Monochromatic Colors of #136B93
Black with #136B93
Text Example
Text Example
White with #136B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B93; }
p { color: rgb(19,107,147); }
H1.HeaderClassName
{
color: #136B93;
}
.AnyTagClassName
{
color: #136B93;
}
</style>
background-color css
<style>
a { background-color: #136B93; }
a { background-color: rgb(19,107,147); }
div.DivClassName
{
background-color: #136B93;
}
.BgClassName
{
background-color: #136B93;
}
</style>
border-color css
<style>
span { border-color: #136B93; }
span { border-color: rgb(19,107,147); }
td.TdClassName
{
border-color: #136B93;
}
.TagClassName
{
border-color: #136B93;
}
</style>