Shades of Allports #19767F
Tints of Allports #19767F
RGB
CMYK
RGB Variations
Color information
#19767F (or 0x19767F) is known color: Allports. HEX triplet: 19, 76 and 7F. RGB value is (25,118,127). Sum of RGB (Red+Green+Blue) = 25+118+127=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #19767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19767F is #E68980. Grayscale: #5B5B5B. Windows color (decimal): -15108481 or 8353305. OLE color: 8353305.
HSL color Cylindrical-coordinate representation of color #19767F: hue angle of 185.29º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19767F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 118 | 127 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.50 |
| HSL | 185.29º | 0.67% | 0.3% | - |
| HSV(B) | 185.29º | 0.8% | 0.5% | - |
| XYZ | 10.71 | 14.7 | 22.35 | - |
| YUV | 91.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 127 | 0.80 | 0.07 | 0 | 0.50 | 185.29 | 0.67 | 0.3 |
| Hex | 19 | 76 | 7F | 50 | 7 | 0 | 32 | B9 | 43 | 1E |
| Octal | 31 | 166 | 177 | 120 | 7 | 0 | 62 | 271 | 103 | 36 |
| Binary | 11001 | 1110110 | 1111111 | 1010000 | 111 | 0 | 110010 | 10111001 | 1000011 | 11110 |
Color Harmonies of #19767F
Complementary color
Monochromatic Colors of #19767F
Black with #19767F
Text Example
Text Example
White with #19767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19767F; }
p { color: rgb(25,118,127); }
H1.HeaderClassName
{
color: #19767F;
}
.AnyTagClassName
{
color: #19767F;
}
</style>
background-color css
<style>
a { background-color: #19767F; }
a { background-color: rgb(25,118,127); }
div.DivClassName
{
background-color: #19767F;
}
.BgClassName
{
background-color: #19767F;
}
</style>
border-color css
<style>
span { border-color: #19767F; }
span { border-color: rgb(25,118,127); }
td.TdClassName
{
border-color: #19767F;
}
.TagClassName
{
border-color: #19767F;
}
</style>