Shades of Allports #19607D
Tints of Allports #19607D
RGB
CMYK
RGB Variations
Color information
#19607D (or 0x19607D) is known color: Allports. HEX triplet: 19, 60 and 7D. RGB value is (25,96,125). Sum of RGB (Red+Green+Blue) = 25+96+125=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #19607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19607D is #E69F82. Grayscale: #4D4D4D. Windows color (decimal): -15114115 or 8216601. OLE color: 8216601.
HSL color Cylindrical-coordinate representation of color #19607D: hue angle of 197.4º degrees, saturation: 0.67, 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 #19607D is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 96 | 125 | - |
| CMYK | 0.8 | 0.23 | 0 | 0.51 |
| HSL | 197.4º | 0.67% | 0.29% | - |
| HSV(B) | 197.4º | 0.8% | 0.49% | - |
| XYZ | 8.29 | 10.05 | 20.91 | - |
| YUV | 78.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 125 | 0.8 | 0.23 | 0 | 0.51 | 197.4 | 0.67 | 0.29 |
| Hex | 19 | 60 | 7D | 50 | 17 | 0 | 33 | C5 | 43 | 1D |
| Octal | 31 | 140 | 175 | 120 | 27 | 0 | 63 | 305 | 103 | 35 |
| Binary | 11001 | 1100000 | 1111101 | 1010000 | 10111 | 0 | 110011 | 11000101 | 1000011 | 11101 |
Color Harmonies of #19607D
Complementary color
Monochromatic Colors of #19607D
Black with #19607D
Text Example
Text Example
White with #19607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19607D; }
p { color: rgb(25,96,125); }
H1.HeaderClassName
{
color: #19607D;
}
.AnyTagClassName
{
color: #19607D;
}
</style>
background-color css
<style>
a { background-color: #19607D; }
a { background-color: rgb(25,96,125); }
div.DivClassName
{
background-color: #19607D;
}
.BgClassName
{
background-color: #19607D;
}
</style>
border-color css
<style>
span { border-color: #19607D; }
span { border-color: rgb(25,96,125); }
td.TdClassName
{
border-color: #19607D;
}
.TagClassName
{
border-color: #19607D;
}
</style>