Shades of Allports #19617B
Tints of Allports #19617B
RGB
CMYK
RGB Variations
Color information
#19617B (or 0x19617B) is known color: Allports. HEX triplet: 19, 61 and 7B. RGB value is (25,97,123). Sum of RGB (Red+Green+Blue) = 25+97+123=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #19617B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19617B is #E69E84. Grayscale: #4E4E4E. Windows color (decimal): -15113861 or 8085785. OLE color: 8085785.
HSL color Cylindrical-coordinate representation of color #19617B: hue angle of 195.92º 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 #19617B is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 97 | 123 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.52 |
| HSL | 195.92º | 0.66% | 0.29% | - |
| HSV(B) | 195.92º | 0.8% | 0.48% | - |
| XYZ | 8.25 | 10.19 | 20.27 | - |
| YUV | 78.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 123 | 0.80 | 0.21 | 0 | 0.52 | 195.92 | 0.66 | 0.29 |
| Hex | 19 | 61 | 7B | 50 | 15 | 0 | 34 | C4 | 42 | 1D |
| Octal | 31 | 141 | 173 | 120 | 25 | 0 | 64 | 304 | 102 | 35 |
| Binary | 11001 | 1100001 | 1111011 | 1010000 | 10101 | 0 | 110100 | 11000100 | 1000010 | 11101 |
Color Harmonies of #19617B
Complementary color
Monochromatic Colors of #19617B
Black with #19617B
Text Example
Text Example
White with #19617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19617B; }
p { color: rgb(25,97,123); }
H1.HeaderClassName
{
color: #19617B;
}
.AnyTagClassName
{
color: #19617B;
}
</style>
background-color css
<style>
a { background-color: #19617B; }
a { background-color: rgb(25,97,123); }
div.DivClassName
{
background-color: #19617B;
}
.BgClassName
{
background-color: #19617B;
}
</style>
border-color css
<style>
span { border-color: #19617B; }
span { border-color: rgb(25,97,123); }
td.TdClassName
{
border-color: #19617B;
}
.TagClassName
{
border-color: #19617B;
}
</style>