Shades of Allports #19667A
Tints of Allports #19667A
RGB
CMYK
RGB Variations
Color information
#19667A (or 0x19667A) is known color: Allports. HEX triplet: 19, 66 and 7A. RGB value is (25,102,122). Sum of RGB (Red+Green+Blue) = 25+102+122=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #19667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19667A is #E69985. Grayscale: #515151. Windows color (decimal): -15112582 or 8021529. OLE color: 8021529.
HSL color Cylindrical-coordinate representation of color #19667A: hue angle of 192.37º 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 #19667A is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 102 | 122 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.52 |
| HSL | 192.37º | 0.66% | 0.29% | - |
| HSV(B) | 192.37º | 0.8% | 0.48% | - |
| XYZ | 8.67 | 11.11 | 20.1 | - |
| YUV | 81.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 122 | 0.80 | 0.16 | 0 | 0.52 | 192.37 | 0.66 | 0.29 |
| Hex | 19 | 66 | 7A | 50 | 10 | 0 | 34 | C0 | 42 | 1D |
| Octal | 31 | 146 | 172 | 120 | 20 | 0 | 64 | 300 | 102 | 35 |
| Binary | 11001 | 1100110 | 1111010 | 1010000 | 10000 | 0 | 110100 | 11000000 | 1000010 | 11101 |
Color Harmonies of #19667A
Complementary color
Monochromatic Colors of #19667A
Black with #19667A
Text Example
Text Example
White with #19667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19667A; }
p { color: rgb(25,102,122); }
H1.HeaderClassName
{
color: #19667A;
}
.AnyTagClassName
{
color: #19667A;
}
</style>
background-color css
<style>
a { background-color: #19667A; }
a { background-color: rgb(25,102,122); }
div.DivClassName
{
background-color: #19667A;
}
.BgClassName
{
background-color: #19667A;
}
</style>
border-color css
<style>
span { border-color: #19667A; }
span { border-color: rgb(25,102,122); }
td.TdClassName
{
border-color: #19667A;
}
.TagClassName
{
border-color: #19667A;
}
</style>