Shades of Allports #196D85
Tints of Allports #196D85
RGB
CMYK
RGB Variations
Color information
#196D85 (or 0x196D85) is known color: Allports. HEX triplet: 19, 6D and 85. RGB value is (25,109,133). Sum of RGB (Red+Green+Blue) = 25+109+133=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #196D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D85 is #E6927A. Grayscale: #565656. Windows color (decimal): -15110779 or 8744217. OLE color: 8744217.
HSL color Cylindrical-coordinate representation of color #196D85: hue angle of 193.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196D85 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 109 | 133 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.48 |
| HSL | 193.33º | 0.68% | 0.31% | - |
| HSV(B) | 193.33º | 0.81% | 0.52% | - |
| XYZ | 10.1 | 12.84 | 24.14 | - |
| YUV | 86.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 133 | 0.81 | 0.18 | 0 | 0.48 | 193.33 | 0.68 | 0.31 |
| Hex | 19 | 6D | 85 | 51 | 12 | 0 | 30 | C1 | 44 | 1F |
| Octal | 31 | 155 | 205 | 121 | 22 | 0 | 60 | 301 | 104 | 37 |
| Binary | 11001 | 1101101 | 10000101 | 1010001 | 10010 | 0 | 110000 | 11000001 | 1000100 | 11111 |
Color Harmonies of #196D85
Complementary color
Monochromatic Colors of #196D85
Black with #196D85
Text Example
Text Example
White with #196D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D85; }
p { color: rgb(25,109,133); }
H1.HeaderClassName
{
color: #196D85;
}
.AnyTagClassName
{
color: #196D85;
}
</style>
background-color css
<style>
a { background-color: #196D85; }
a { background-color: rgb(25,109,133); }
div.DivClassName
{
background-color: #196D85;
}
.BgClassName
{
background-color: #196D85;
}
</style>
border-color css
<style>
span { border-color: #196D85; }
span { border-color: rgb(25,109,133); }
td.TdClassName
{
border-color: #196D85;
}
.TagClassName
{
border-color: #196D85;
}
</style>