Shades of Allports #196279
Tints of Allports #196279
RGB
CMYK
RGB Variations
Color information
#196279 (or 0x196279) is known color: Allports. HEX triplet: 19, 62 and 79. RGB value is (25,98,121). Sum of RGB (Red+Green+Blue) = 25+98+121=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #196279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196279 is #E69D86. Grayscale: #4E4E4E. Windows color (decimal): -15113607 or 7954969. OLE color: 7954969.
HSL color Cylindrical-coordinate representation of color #196279: hue angle of 194.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 #196279 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 98 | 121 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.53 |
| HSL | 194.38º | 0.66% | 0.29% | - |
| HSV(B) | 194.38º | 0.79% | 0.47% | - |
| XYZ | 8.22 | 10.32 | 19.65 | - |
| YUV | 78.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 121 | 0.79 | 0.19 | 0 | 0.53 | 194.38 | 0.66 | 0.29 |
| Hex | 19 | 62 | 79 | 4F | 13 | 0 | 35 | C2 | 42 | 1D |
| Octal | 31 | 142 | 171 | 117 | 23 | 0 | 65 | 302 | 102 | 35 |
| Binary | 11001 | 1100010 | 1111001 | 1001111 | 10011 | 0 | 110101 | 11000010 | 1000010 | 11101 |
Color Harmonies of #196279
Complementary color
Monochromatic Colors of #196279
Black with #196279
Text Example
Text Example
White with #196279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196279; }
p { color: rgb(25,98,121); }
H1.HeaderClassName
{
color: #196279;
}
.AnyTagClassName
{
color: #196279;
}
</style>
background-color css
<style>
a { background-color: #196279; }
a { background-color: rgb(25,98,121); }
div.DivClassName
{
background-color: #196279;
}
.BgClassName
{
background-color: #196279;
}
</style>
border-color css
<style>
span { border-color: #196279; }
span { border-color: rgb(25,98,121); }
td.TdClassName
{
border-color: #196279;
}
.TagClassName
{
border-color: #196279;
}
</style>