Shades of Allports #196370
Tints of Allports #196370
RGB
CMYK
RGB Variations
Color information
#196370 (or 0x196370) is known color: Allports. HEX triplet: 19, 63 and 70. RGB value is (25,99,112). Sum of RGB (Red+Green+Blue) = 25+99+112=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #196370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196370 is #E69C8F. Grayscale: #4E4E4E. Windows color (decimal): -15113360 or 7365401. OLE color: 7365401.
HSL color Cylindrical-coordinate representation of color #196370: hue angle of 188.97º 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 #196370 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 99 | 112 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.56 |
| HSL | 188.97º | 0.64% | 0.27% | - |
| HSV(B) | 188.97º | 0.78% | 0.44% | - |
| XYZ | 7.79 | 10.3 | 16.91 | - |
| YUV | 78.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 112 | 0.78 | 0.12 | 0 | 0.56 | 188.97 | 0.64 | 0.27 |
| Hex | 19 | 63 | 70 | 4E | C | 0 | 38 | BD | 40 | 1B |
| Octal | 31 | 143 | 160 | 116 | 14 | 0 | 70 | 275 | 100 | 33 |
| Binary | 11001 | 1100011 | 1110000 | 1001110 | 1100 | 0 | 111000 | 10111101 | 1000000 | 11011 |
Color Harmonies of #196370
Complementary color
Monochromatic Colors of #196370
Black with #196370
Text Example
Text Example
White with #196370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196370; }
p { color: rgb(25,99,112); }
H1.HeaderClassName
{
color: #196370;
}
.AnyTagClassName
{
color: #196370;
}
</style>
background-color css
<style>
a { background-color: #196370; }
a { background-color: rgb(25,99,112); }
div.DivClassName
{
background-color: #196370;
}
.BgClassName
{
background-color: #196370;
}
</style>
border-color css
<style>
span { border-color: #196370; }
span { border-color: rgb(25,99,112); }
td.TdClassName
{
border-color: #196370;
}
.TagClassName
{
border-color: #196370;
}
</style>