Shades of Allports #196271
Tints of Allports #196271
RGB
CMYK
RGB Variations
Color information
#196271 (or 0x196271) is known color: Allports. HEX triplet: 19, 62 and 71. RGB value is (25,98,113). Sum of RGB (Red+Green+Blue) = 25+98+113=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #196271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196271 is #E69D8E. Grayscale: #4D4D4D. Windows color (decimal): -15113615 or 7430681. OLE color: 7430681.
HSL color Cylindrical-coordinate representation of color #196271: hue angle of 190.23º 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 #196271 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 98 | 113 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.56 |
| HSL | 190.23º | 0.64% | 0.27% | - |
| HSV(B) | 190.23º | 0.78% | 0.44% | - |
| XYZ | 7.75 | 10.13 | 17.17 | - |
| YUV | 77.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 113 | 0.78 | 0.13 | 0 | 0.56 | 190.23 | 0.64 | 0.27 |
| Hex | 19 | 62 | 71 | 4E | D | 0 | 38 | BE | 40 | 1B |
| Octal | 31 | 142 | 161 | 116 | 15 | 0 | 70 | 276 | 100 | 33 |
| Binary | 11001 | 1100010 | 1110001 | 1001110 | 1101 | 0 | 111000 | 10111110 | 1000000 | 11011 |
Color Harmonies of #196271
Complementary color
Monochromatic Colors of #196271
Black with #196271
Text Example
Text Example
White with #196271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196271; }
p { color: rgb(25,98,113); }
H1.HeaderClassName
{
color: #196271;
}
.AnyTagClassName
{
color: #196271;
}
</style>
background-color css
<style>
a { background-color: #196271; }
a { background-color: rgb(25,98,113); }
div.DivClassName
{
background-color: #196271;
}
.BgClassName
{
background-color: #196271;
}
</style>
border-color css
<style>
span { border-color: #196271; }
span { border-color: rgb(25,98,113); }
td.TdClassName
{
border-color: #196271;
}
.TagClassName
{
border-color: #196271;
}
</style>