Shades of Allports #19647D
Tints of Allports #19647D
RGB
CMYK
RGB Variations
Color information
#19647D (or 0x19647D) is known color: Allports. HEX triplet: 19, 64 and 7D. RGB value is (25,100,125). Sum of RGB (Red+Green+Blue) = 25+100+125=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #19647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19647D is #E69B82. Grayscale: #505050. Windows color (decimal): -15113091 or 8217625. OLE color: 8217625.
HSL color Cylindrical-coordinate representation of color #19647D: hue angle of 195º 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 #19647D is Cyan = 0.8, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 100 | 125 | - |
| CMYK | 0.8 | 0.2 | 0 | 0.51 |
| HSL | 195º | 0.67% | 0.29% | - |
| HSV(B) | 195º | 0.8% | 0.49% | - |
| XYZ | 8.66 | 10.8 | 21.03 | - |
| YUV | 80.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 125 | 0.8 | 0.2 | 0 | 0.51 | 195 | 0.67 | 0.29 |
| Hex | 19 | 64 | 7D | 50 | 14 | 0 | 33 | C3 | 43 | 1D |
| Octal | 31 | 144 | 175 | 120 | 24 | 0 | 63 | 303 | 103 | 35 |
| Binary | 11001 | 1100100 | 1111101 | 1010000 | 10100 | 0 | 110011 | 11000011 | 1000011 | 11101 |
Color Harmonies of #19647D
Complementary color
Monochromatic Colors of #19647D
Black with #19647D
Text Example
Text Example
White with #19647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19647D; }
p { color: rgb(25,100,125); }
H1.HeaderClassName
{
color: #19647D;
}
.AnyTagClassName
{
color: #19647D;
}
</style>
background-color css
<style>
a { background-color: #19647D; }
a { background-color: rgb(25,100,125); }
div.DivClassName
{
background-color: #19647D;
}
.BgClassName
{
background-color: #19647D;
}
</style>
border-color css
<style>
span { border-color: #19647D; }
span { border-color: rgb(25,100,125); }
td.TdClassName
{
border-color: #19647D;
}
.TagClassName
{
border-color: #19647D;
}
</style>