Shades of Allports #19627E
Tints of Allports #19627E
RGB
CMYK
RGB Variations
Color information
#19627E (or 0x19627E) is known color: Allports. HEX triplet: 19, 62 and 7E. RGB value is (25,98,126). Sum of RGB (Red+Green+Blue) = 25+98+126=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #19627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19627E is #E69D81. Grayscale: #4F4F4F. Windows color (decimal): -15113602 or 8282649. OLE color: 8282649.
HSL color Cylindrical-coordinate representation of color #19627E: hue angle of 196.63º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19627E is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 98 | 126 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.51 |
| HSL | 196.63º | 0.67% | 0.3% | - |
| HSV(B) | 196.63º | 0.8% | 0.49% | - |
| XYZ | 8.53 | 10.45 | 21.31 | - |
| YUV | 79.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 126 | 0.80 | 0.22 | 0 | 0.51 | 196.63 | 0.67 | 0.3 |
| Hex | 19 | 62 | 7E | 50 | 16 | 0 | 33 | C5 | 43 | 1E |
| Octal | 31 | 142 | 176 | 120 | 26 | 0 | 63 | 305 | 103 | 36 |
| Binary | 11001 | 1100010 | 1111110 | 1010000 | 10110 | 0 | 110011 | 11000101 | 1000011 | 11110 |
Color Harmonies of #19627E
Complementary color
Monochromatic Colors of #19627E
Black with #19627E
Text Example
Text Example
White with #19627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19627E; }
p { color: rgb(25,98,126); }
H1.HeaderClassName
{
color: #19627E;
}
.AnyTagClassName
{
color: #19627E;
}
</style>
background-color css
<style>
a { background-color: #19627E; }
a { background-color: rgb(25,98,126); }
div.DivClassName
{
background-color: #19627E;
}
.BgClassName
{
background-color: #19627E;
}
</style>
border-color css
<style>
span { border-color: #19627E; }
span { border-color: rgb(25,98,126); }
td.TdClassName
{
border-color: #19627E;
}
.TagClassName
{
border-color: #19627E;
}
</style>