Shades of Allports #196A79
Tints of Allports #196A79
RGB
CMYK
RGB Variations
Color information
#196A79 (or 0x196A79) is known color: Allports. HEX triplet: 19, 6A and 79. RGB value is (25,106,121). Sum of RGB (Red+Green+Blue) = 25+106+121=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #196A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A79 is #E69586. Grayscale: #535353. Windows color (decimal): -15111559 or 7957017. OLE color: 7957017.
HSL color Cylindrical-coordinate representation of color #196A79: hue angle of 189.38º 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 #196A79 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 106 | 121 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.53 |
| HSL | 189.38º | 0.66% | 0.29% | - |
| HSV(B) | 189.38º | 0.79% | 0.47% | - |
| XYZ | 9.01 | 11.9 | 19.91 | - |
| YUV | 83.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 121 | 0.79 | 0.12 | 0 | 0.53 | 189.38 | 0.66 | 0.29 |
| Hex | 19 | 6A | 79 | 4F | C | 0 | 35 | BD | 42 | 1D |
| Octal | 31 | 152 | 171 | 117 | 14 | 0 | 65 | 275 | 102 | 35 |
| Binary | 11001 | 1101010 | 1111001 | 1001111 | 1100 | 0 | 110101 | 10111101 | 1000010 | 11101 |
Color Harmonies of #196A79
Complementary color
Monochromatic Colors of #196A79
Black with #196A79
Text Example
Text Example
White with #196A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A79; }
p { color: rgb(25,106,121); }
H1.HeaderClassName
{
color: #196A79;
}
.AnyTagClassName
{
color: #196A79;
}
</style>
background-color css
<style>
a { background-color: #196A79; }
a { background-color: rgb(25,106,121); }
div.DivClassName
{
background-color: #196A79;
}
.BgClassName
{
background-color: #196A79;
}
</style>
border-color css
<style>
span { border-color: #196A79; }
span { border-color: rgb(25,106,121); }
td.TdClassName
{
border-color: #196A79;
}
.TagClassName
{
border-color: #196A79;
}
</style>