Shades of Allports #196471
Tints of Allports #196471
RGB
CMYK
RGB Variations
Color information
#196471 (or 0x196471) is known color: Allports. HEX triplet: 19, 64 and 71. RGB value is (25,100,113). Sum of RGB (Red+Green+Blue) = 25+100+113=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #196471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196471 is #E69B8E. Grayscale: #4E4E4E. Windows color (decimal): -15113103 or 7431193. OLE color: 7431193.
HSL color Cylindrical-coordinate representation of color #196471: hue angle of 188.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196471 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 100 | 113 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.56 |
| HSL | 188.86º | 0.64% | 0.27% | - |
| HSV(B) | 188.86º | 0.78% | 0.44% | - |
| XYZ | 7.94 | 10.51 | 17.23 | - |
| YUV | 79.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 113 | 0.78 | 0.12 | 0 | 0.56 | 188.86 | 0.64 | 0.27 |
| Hex | 19 | 64 | 71 | 4E | C | 0 | 38 | BD | 40 | 1B |
| Octal | 31 | 144 | 161 | 116 | 14 | 0 | 70 | 275 | 100 | 33 |
| Binary | 11001 | 1100100 | 1110001 | 1001110 | 1100 | 0 | 111000 | 10111101 | 1000000 | 11011 |
Color Harmonies of #196471
Complementary color
Monochromatic Colors of #196471
Black with #196471
Text Example
Text Example
White with #196471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196471; }
p { color: rgb(25,100,113); }
H1.HeaderClassName
{
color: #196471;
}
.AnyTagClassName
{
color: #196471;
}
</style>
background-color css
<style>
a { background-color: #196471; }
a { background-color: rgb(25,100,113); }
div.DivClassName
{
background-color: #196471;
}
.BgClassName
{
background-color: #196471;
}
</style>
border-color css
<style>
span { border-color: #196471; }
span { border-color: rgb(25,100,113); }
td.TdClassName
{
border-color: #196471;
}
.TagClassName
{
border-color: #196471;
}
</style>