Shades of Allports #19657C
Tints of Allports #19657C
RGB
CMYK
RGB Variations
Color information
#19657C (or 0x19657C) is known color: Allports. HEX triplet: 19, 65 and 7C. RGB value is (25,101,124). Sum of RGB (Red+Green+Blue) = 25+101+124=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #19657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19657C is #E69A83. Grayscale: #505050. Windows color (decimal): -15112836 or 8152345. OLE color: 8152345.
HSL color Cylindrical-coordinate representation of color #19657C: hue angle of 193.94º 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 #19657C is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 101 | 124 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.51 |
| HSL | 193.94º | 0.66% | 0.29% | - |
| HSV(B) | 193.94º | 0.8% | 0.49% | - |
| XYZ | 8.69 | 10.97 | 20.73 | - |
| YUV | 80.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 124 | 0.80 | 0.19 | 0 | 0.51 | 193.94 | 0.66 | 0.29 |
| Hex | 19 | 65 | 7C | 50 | 13 | 0 | 33 | C2 | 42 | 1D |
| Octal | 31 | 145 | 174 | 120 | 23 | 0 | 63 | 302 | 102 | 35 |
| Binary | 11001 | 1100101 | 1111100 | 1010000 | 10011 | 0 | 110011 | 11000010 | 1000010 | 11101 |
Color Harmonies of #19657C
Complementary color
Monochromatic Colors of #19657C
Black with #19657C
Text Example
Text Example
White with #19657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19657C; }
p { color: rgb(25,101,124); }
H1.HeaderClassName
{
color: #19657C;
}
.AnyTagClassName
{
color: #19657C;
}
</style>
background-color css
<style>
a { background-color: #19657C; }
a { background-color: rgb(25,101,124); }
div.DivClassName
{
background-color: #19657C;
}
.BgClassName
{
background-color: #19657C;
}
</style>
border-color css
<style>
span { border-color: #19657C; }
span { border-color: rgb(25,101,124); }
td.TdClassName
{
border-color: #19657C;
}
.TagClassName
{
border-color: #19657C;
}
</style>