Shades of Allports #19607C
Tints of Allports #19607C
RGB
CMYK
RGB Variations
Color information
#19607C (or 0x19607C) is known color: Allports. HEX triplet: 19, 60 and 7C. RGB value is (25,96,124). Sum of RGB (Red+Green+Blue) = 25+96+124=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #19607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19607C is #E69F83. Grayscale: #4D4D4D. Windows color (decimal): -15114116 or 8151065. OLE color: 8151065.
HSL color Cylindrical-coordinate representation of color #19607C: hue angle of 196.97º 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 #19607C is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 96 | 124 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.51 |
| HSL | 196.97º | 0.66% | 0.29% | - |
| HSV(B) | 196.97º | 0.8% | 0.49% | - |
| XYZ | 8.22 | 10.03 | 20.57 | - |
| YUV | 77.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 124 | 0.80 | 0.23 | 0 | 0.51 | 196.97 | 0.66 | 0.29 |
| Hex | 19 | 60 | 7C | 50 | 17 | 0 | 33 | C5 | 42 | 1D |
| Octal | 31 | 140 | 174 | 120 | 27 | 0 | 63 | 305 | 102 | 35 |
| Binary | 11001 | 1100000 | 1111100 | 1010000 | 10111 | 0 | 110011 | 11000101 | 1000010 | 11101 |
Color Harmonies of #19607C
Complementary color
Monochromatic Colors of #19607C
Black with #19607C
Text Example
Text Example
White with #19607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19607C; }
p { color: rgb(25,96,124); }
H1.HeaderClassName
{
color: #19607C;
}
.AnyTagClassName
{
color: #19607C;
}
</style>
background-color css
<style>
a { background-color: #19607C; }
a { background-color: rgb(25,96,124); }
div.DivClassName
{
background-color: #19607C;
}
.BgClassName
{
background-color: #19607C;
}
</style>
border-color css
<style>
span { border-color: #19607C; }
span { border-color: rgb(25,96,124); }
td.TdClassName
{
border-color: #19607C;
}
.TagClassName
{
border-color: #19607C;
}
</style>