Shades of Allports #196E79
Tints of Allports #196E79
RGB
CMYK
RGB Variations
Color information
#196E79 (or 0x196E79) is known color: Allports. HEX triplet: 19, 6E and 79. RGB value is (25,110,121). Sum of RGB (Red+Green+Blue) = 25+110+121=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #196E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E79 is #E69186. Grayscale: #555555. Windows color (decimal): -15110535 or 7958041. OLE color: 7958041.
HSL color Cylindrical-coordinate representation of color #196E79: hue angle of 186.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196E79 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 110 | 121 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.53 |
| HSL | 186.88º | 0.66% | 0.29% | - |
| HSV(B) | 186.88º | 0.79% | 0.47% | - |
| XYZ | 9.43 | 12.74 | 20.05 | - |
| YUV | 85.84 | 147.84 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 121 | 0.79 | 0.09 | 0 | 0.53 | 186.88 | 0.66 | 0.29 |
| Hex | 19 | 6E | 79 | 4F | 9 | 0 | 35 | BB | 42 | 1D |
| Octal | 31 | 156 | 171 | 117 | 11 | 0 | 65 | 273 | 102 | 35 |
| Binary | 11001 | 1101110 | 1111001 | 1001111 | 1001 | 0 | 110101 | 10111011 | 1000010 | 11101 |
Color Harmonies of #196E79
Complementary color
Monochromatic Colors of #196E79
Black with #196E79
Text Example
Text Example
White with #196E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E79; }
p { color: rgb(25,110,121); }
H1.HeaderClassName
{
color: #196E79;
}
.AnyTagClassName
{
color: #196E79;
}
</style>
background-color css
<style>
a { background-color: #196E79; }
a { background-color: rgb(25,110,121); }
div.DivClassName
{
background-color: #196E79;
}
.BgClassName
{
background-color: #196E79;
}
</style>
border-color css
<style>
span { border-color: #196E79; }
span { border-color: rgb(25,110,121); }
td.TdClassName
{
border-color: #196E79;
}
.TagClassName
{
border-color: #196E79;
}
</style>