Shades of Allports #196572
Tints of Allports #196572
RGB
CMYK
RGB Variations
Color information
#196572 (or 0x196572) is known color: Allports. HEX triplet: 19, 65 and 72. RGB value is (25,101,114). Sum of RGB (Red+Green+Blue) = 25+101+114=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #196572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196572 is #E69A8D. Grayscale: #4F4F4F. Windows color (decimal): -15112846 or 7496985. OLE color: 7496985.
HSL color Cylindrical-coordinate representation of color #196572: hue angle of 188.76º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196572 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 101 | 114 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.55 |
| HSL | 188.76º | 0.64% | 0.27% | - |
| HSV(B) | 188.76º | 0.78% | 0.45% | - |
| XYZ | 8.09 | 10.73 | 17.56 | - |
| YUV | 79.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 114 | 0.78 | 0.11 | 0 | 0.55 | 188.76 | 0.64 | 0.27 |
| Hex | 19 | 65 | 72 | 4E | B | 0 | 37 | BD | 40 | 1B |
| Octal | 31 | 145 | 162 | 116 | 13 | 0 | 67 | 275 | 100 | 33 |
| Binary | 11001 | 1100101 | 1110010 | 1001110 | 1011 | 0 | 110111 | 10111101 | 1000000 | 11011 |
Color Harmonies of #196572
Complementary color
Monochromatic Colors of #196572
Black with #196572
Text Example
Text Example
White with #196572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196572; }
p { color: rgb(25,101,114); }
H1.HeaderClassName
{
color: #196572;
}
.AnyTagClassName
{
color: #196572;
}
</style>
background-color css
<style>
a { background-color: #196572; }
a { background-color: rgb(25,101,114); }
div.DivClassName
{
background-color: #196572;
}
.BgClassName
{
background-color: #196572;
}
</style>
border-color css
<style>
span { border-color: #196572; }
span { border-color: rgb(25,101,114); }
td.TdClassName
{
border-color: #196572;
}
.TagClassName
{
border-color: #196572;
}
</style>