Shades of Allports #19627A
Tints of Allports #19627A
RGB
CMYK
RGB Variations
Color information
#19627A (or 0x19627A) is known color: Allports. HEX triplet: 19, 62 and 7A. RGB value is (25,98,122). Sum of RGB (Red+Green+Blue) = 25+98+122=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #19627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19627A is #E69D85. Grayscale: #4E4E4E. Windows color (decimal): -15113606 or 8020505. OLE color: 8020505.
HSL color Cylindrical-coordinate representation of color #19627A: hue angle of 194.85º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19627A is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 98 | 122 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.52 |
| HSL | 194.85º | 0.66% | 0.29% | - |
| HSV(B) | 194.85º | 0.8% | 0.48% | - |
| XYZ | 8.28 | 10.35 | 19.97 | - |
| YUV | 78.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 122 | 0.80 | 0.20 | 0 | 0.52 | 194.85 | 0.66 | 0.29 |
| Hex | 19 | 62 | 7A | 50 | 14 | 0 | 34 | C3 | 42 | 1D |
| Octal | 31 | 142 | 172 | 120 | 24 | 0 | 64 | 303 | 102 | 35 |
| Binary | 11001 | 1100010 | 1111010 | 1010000 | 10100 | 0 | 110100 | 11000011 | 1000010 | 11101 |
Color Harmonies of #19627A
Complementary color
Monochromatic Colors of #19627A
Black with #19627A
Text Example
Text Example
White with #19627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19627A; }
p { color: rgb(25,98,122); }
H1.HeaderClassName
{
color: #19627A;
}
.AnyTagClassName
{
color: #19627A;
}
</style>
background-color css
<style>
a { background-color: #19627A; }
a { background-color: rgb(25,98,122); }
div.DivClassName
{
background-color: #19627A;
}
.BgClassName
{
background-color: #19627A;
}
</style>
border-color css
<style>
span { border-color: #19627A; }
span { border-color: rgb(25,98,122); }
td.TdClassName
{
border-color: #19627A;
}
.TagClassName
{
border-color: #19627A;
}
</style>