Shades of Allports #19697C
Tints of Allports #19697C
RGB
CMYK
RGB Variations
Color information
#19697C (or 0x19697C) is known color: Allports. HEX triplet: 19, 69 and 7C. RGB value is (25,105,124). Sum of RGB (Red+Green+Blue) = 25+105+124=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #19697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19697C is #E69683. Grayscale: #535353. Windows color (decimal): -15111812 or 8153369. OLE color: 8153369.
HSL color Cylindrical-coordinate representation of color #19697C: hue angle of 191.52º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19697C is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 105 | 124 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.51 |
| HSL | 191.52º | 0.66% | 0.29% | - |
| HSV(B) | 191.52º | 0.8% | 0.49% | - |
| XYZ | 9.09 | 11.77 | 20.86 | - |
| YUV | 83.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 124 | 0.80 | 0.15 | 0 | 0.51 | 191.52 | 0.66 | 0.29 |
| Hex | 19 | 69 | 7C | 50 | F | 0 | 33 | C0 | 42 | 1D |
| Octal | 31 | 151 | 174 | 120 | 17 | 0 | 63 | 300 | 102 | 35 |
| Binary | 11001 | 1101001 | 1111100 | 1010000 | 1111 | 0 | 110011 | 11000000 | 1000010 | 11101 |
Color Harmonies of #19697C
Complementary color
Monochromatic Colors of #19697C
Black with #19697C
Text Example
Text Example
White with #19697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19697C; }
p { color: rgb(25,105,124); }
H1.HeaderClassName
{
color: #19697C;
}
.AnyTagClassName
{
color: #19697C;
}
</style>
background-color css
<style>
a { background-color: #19697C; }
a { background-color: rgb(25,105,124); }
div.DivClassName
{
background-color: #19697C;
}
.BgClassName
{
background-color: #19697C;
}
</style>
border-color css
<style>
span { border-color: #19697C; }
span { border-color: rgb(25,105,124); }
td.TdClassName
{
border-color: #19697C;
}
.TagClassName
{
border-color: #19697C;
}
</style>