Shades of Allports #19697A
Tints of Allports #19697A
RGB
CMYK
RGB Variations
Color information
#19697A (or 0x19697A) is known color: Allports. HEX triplet: 19, 69 and 7A. RGB value is (25,105,122). Sum of RGB (Red+Green+Blue) = 25+105+122=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #19697A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19697A is #E69685. Grayscale: #525252. Windows color (decimal): -15111814 or 8022297. OLE color: 8022297.
HSL color Cylindrical-coordinate representation of color #19697A: hue angle of 190.52º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19697A is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 105 | 122 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.52 |
| HSL | 190.52º | 0.66% | 0.29% | - |
| HSV(B) | 190.52º | 0.8% | 0.48% | - |
| XYZ | 8.97 | 11.71 | 20.2 | - |
| YUV | 83.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 122 | 0.80 | 0.14 | 0 | 0.52 | 190.52 | 0.66 | 0.29 |
| Hex | 19 | 69 | 7A | 50 | E | 0 | 34 | BF | 42 | 1D |
| Octal | 31 | 151 | 172 | 120 | 16 | 0 | 64 | 277 | 102 | 35 |
| Binary | 11001 | 1101001 | 1111010 | 1010000 | 1110 | 0 | 110100 | 10111111 | 1000010 | 11101 |
Color Harmonies of #19697A
Complementary color
Monochromatic Colors of #19697A
Black with #19697A
Text Example
Text Example
White with #19697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19697A; }
p { color: rgb(25,105,122); }
H1.HeaderClassName
{
color: #19697A;
}
.AnyTagClassName
{
color: #19697A;
}
</style>
background-color css
<style>
a { background-color: #19697A; }
a { background-color: rgb(25,105,122); }
div.DivClassName
{
background-color: #19697A;
}
.BgClassName
{
background-color: #19697A;
}
</style>
border-color css
<style>
span { border-color: #19697A; }
span { border-color: rgb(25,105,122); }
td.TdClassName
{
border-color: #19697A;
}
.TagClassName
{
border-color: #19697A;
}
</style>