Shades of Allports #19748C
Tints of Allports #19748C
RGB
CMYK
RGB Variations
Color information
#19748C (or 0x19748C) is known color: Allports. HEX triplet: 19, 74 and 8C. RGB value is (25,116,140). Sum of RGB (Red+Green+Blue) = 25+116+140=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #19748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19748C is #E68B73. Grayscale: #5B5B5B. Windows color (decimal): -15108980 or 9204761. OLE color: 9204761.
HSL color Cylindrical-coordinate representation of color #19748C: hue angle of 192.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19748C is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 116 | 140 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.45 |
| HSL | 192.52º | 0.7% | 0.32% | - |
| HSV(B) | 192.52º | 0.82% | 0.55% | - |
| XYZ | 11.38 | 14.59 | 27.03 | - |
| YUV | 91.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 140 | 0.82 | 0.17 | 0 | 0.45 | 192.52 | 0.7 | 0.32 |
| Hex | 19 | 74 | 8C | 52 | 11 | 0 | 2D | C1 | 46 | 20 |
| Octal | 31 | 164 | 214 | 122 | 21 | 0 | 55 | 301 | 106 | 40 |
| Binary | 11001 | 1110100 | 10001100 | 1010010 | 10001 | 0 | 101101 | 11000001 | 1000110 | 100000 |
Color Harmonies of #19748C
Complementary color
Monochromatic Colors of #19748C
Black with #19748C
Text Example
Text Example
White with #19748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19748C; }
p { color: rgb(25,116,140); }
H1.HeaderClassName
{
color: #19748C;
}
.AnyTagClassName
{
color: #19748C;
}
</style>
background-color css
<style>
a { background-color: #19748C; }
a { background-color: rgb(25,116,140); }
div.DivClassName
{
background-color: #19748C;
}
.BgClassName
{
background-color: #19748C;
}
</style>
border-color css
<style>
span { border-color: #19748C; }
span { border-color: rgb(25,116,140); }
td.TdClassName
{
border-color: #19748C;
}
.TagClassName
{
border-color: #19748C;
}
</style>