Shades of Allports #196179
Tints of Allports #196179
RGB
CMYK
RGB Variations
Color information
#196179 (or 0x196179) is known color: Allports. HEX triplet: 19, 61 and 79. RGB value is (25,97,121). Sum of RGB (Red+Green+Blue) = 25+97+121=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #196179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196179 is #E69E86. Grayscale: #4E4E4E. Windows color (decimal): -15113863 or 7954713. OLE color: 7954713.
HSL color Cylindrical-coordinate representation of color #196179: hue angle of 195º 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 #196179 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 97 | 121 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.53 |
| HSL | 195º | 0.66% | 0.29% | - |
| HSV(B) | 195º | 0.79% | 0.47% | - |
| XYZ | 8.13 | 10.14 | 19.62 | - |
| YUV | 78.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 121 | 0.79 | 0.20 | 0 | 0.53 | 195 | 0.66 | 0.29 |
| Hex | 19 | 61 | 79 | 4F | 14 | 0 | 35 | C3 | 42 | 1D |
| Octal | 31 | 141 | 171 | 117 | 24 | 0 | 65 | 303 | 102 | 35 |
| Binary | 11001 | 1100001 | 1111001 | 1001111 | 10100 | 0 | 110101 | 11000011 | 1000010 | 11101 |
Color Harmonies of #196179
Complementary color
Monochromatic Colors of #196179
Black with #196179
Text Example
Text Example
White with #196179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196179; }
p { color: rgb(25,97,121); }
H1.HeaderClassName
{
color: #196179;
}
.AnyTagClassName
{
color: #196179;
}
</style>
background-color css
<style>
a { background-color: #196179; }
a { background-color: rgb(25,97,121); }
div.DivClassName
{
background-color: #196179;
}
.BgClassName
{
background-color: #196179;
}
</style>
border-color css
<style>
span { border-color: #196179; }
span { border-color: rgb(25,97,121); }
td.TdClassName
{
border-color: #196179;
}
.TagClassName
{
border-color: #196179;
}
</style>