Shades of Allports #19657A
Tints of Allports #19657A
RGB
CMYK
RGB Variations
Color information
#19657A (or 0x19657A) is known color: Allports. HEX triplet: 19, 65 and 7A. RGB value is (25,101,122). Sum of RGB (Red+Green+Blue) = 25+101+122=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #19657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19657A is #E69A85. Grayscale: #505050. Windows color (decimal): -15112838 or 8021273. OLE color: 8021273.
HSL color Cylindrical-coordinate representation of color #19657A: hue angle of 192.99º 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 #19657A is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 101 | 122 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.52 |
| HSL | 192.99º | 0.66% | 0.29% | - |
| HSV(B) | 192.99º | 0.8% | 0.48% | - |
| XYZ | 8.57 | 10.92 | 20.07 | - |
| YUV | 80.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 122 | 0.80 | 0.17 | 0 | 0.52 | 192.99 | 0.66 | 0.29 |
| Hex | 19 | 65 | 7A | 50 | 11 | 0 | 34 | C1 | 42 | 1D |
| Octal | 31 | 145 | 172 | 120 | 21 | 0 | 64 | 301 | 102 | 35 |
| Binary | 11001 | 1100101 | 1111010 | 1010000 | 10001 | 0 | 110100 | 11000001 | 1000010 | 11101 |
Color Harmonies of #19657A
Complementary color
Monochromatic Colors of #19657A
Black with #19657A
Text Example
Text Example
White with #19657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19657A; }
p { color: rgb(25,101,122); }
H1.HeaderClassName
{
color: #19657A;
}
.AnyTagClassName
{
color: #19657A;
}
</style>
background-color css
<style>
a { background-color: #19657A; }
a { background-color: rgb(25,101,122); }
div.DivClassName
{
background-color: #19657A;
}
.BgClassName
{
background-color: #19657A;
}
</style>
border-color css
<style>
span { border-color: #19657A; }
span { border-color: rgb(25,101,122); }
td.TdClassName
{
border-color: #19657A;
}
.TagClassName
{
border-color: #19657A;
}
</style>