Shades of Allports #19607F
Tints of Allports #19607F
RGB
CMYK
RGB Variations
Color information
#19607F (or 0x19607F) is known color: Allports. HEX triplet: 19, 60 and 7F. RGB value is (25,96,127). Sum of RGB (Red+Green+Blue) = 25+96+127=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #19607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19607F is #E69F80. Grayscale: #4E4E4E. Windows color (decimal): -15114113 or 8347673. OLE color: 8347673.
HSL color Cylindrical-coordinate representation of color #19607F: hue angle of 198.24º 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 #19607F is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 96 | 127 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.50 |
| HSL | 198.24º | 0.67% | 0.3% | - |
| HSV(B) | 198.24º | 0.8% | 0.5% | - |
| XYZ | 8.41 | 10.1 | 21.59 | - |
| YUV | 78.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 127 | 0.80 | 0.24 | 0 | 0.50 | 198.24 | 0.67 | 0.3 |
| Hex | 19 | 60 | 7F | 50 | 18 | 0 | 32 | C6 | 43 | 1E |
| Octal | 31 | 140 | 177 | 120 | 30 | 0 | 62 | 306 | 103 | 36 |
| Binary | 11001 | 1100000 | 1111111 | 1010000 | 11000 | 0 | 110010 | 11000110 | 1000011 | 11110 |
Color Harmonies of #19607F
Complementary color
Monochromatic Colors of #19607F
Black with #19607F
Text Example
Text Example
White with #19607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19607F; }
p { color: rgb(25,96,127); }
H1.HeaderClassName
{
color: #19607F;
}
.AnyTagClassName
{
color: #19607F;
}
</style>
background-color css
<style>
a { background-color: #19607F; }
a { background-color: rgb(25,96,127); }
div.DivClassName
{
background-color: #19607F;
}
.BgClassName
{
background-color: #19607F;
}
</style>
border-color css
<style>
span { border-color: #19607F; }
span { border-color: rgb(25,96,127); }
td.TdClassName
{
border-color: #19607F;
}
.TagClassName
{
border-color: #19607F;
}
</style>