Shades of Allports #19748E
Tints of Allports #19748E
RGB
CMYK
RGB Variations
Color information
#19748E (or 0x19748E) is known color: Allports. HEX triplet: 19, 74 and 8E. RGB value is (25,116,142). Sum of RGB (Red+Green+Blue) = 25+116+142=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #19748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19748E is #E68B71. Grayscale: #5B5B5B. Windows color (decimal): -15108978 or 9335833. OLE color: 9335833.
HSL color Cylindrical-coordinate representation of color #19748E: hue angle of 193.33º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19748E is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 116 | 142 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.44 |
| HSL | 193.33º | 0.7% | 0.33% | - |
| HSV(B) | 193.33º | 0.82% | 0.56% | - |
| XYZ | 11.53 | 14.65 | 27.81 | - |
| YUV | 91.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 142 | 0.82 | 0.18 | 0 | 0.44 | 193.33 | 0.7 | 0.33 |
| Hex | 19 | 74 | 8E | 52 | 12 | 0 | 2C | C1 | 46 | 21 |
| Octal | 31 | 164 | 216 | 122 | 22 | 0 | 54 | 301 | 106 | 41 |
| Binary | 11001 | 1110100 | 10001110 | 1010010 | 10010 | 0 | 101100 | 11000001 | 1000110 | 100001 |
Color Harmonies of #19748E
Complementary color
Monochromatic Colors of #19748E
Black with #19748E
Text Example
Text Example
White with #19748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19748E; }
p { color: rgb(25,116,142); }
H1.HeaderClassName
{
color: #19748E;
}
.AnyTagClassName
{
color: #19748E;
}
</style>
background-color css
<style>
a { background-color: #19748E; }
a { background-color: rgb(25,116,142); }
div.DivClassName
{
background-color: #19748E;
}
.BgClassName
{
background-color: #19748E;
}
</style>
border-color css
<style>
span { border-color: #19748E; }
span { border-color: rgb(25,116,142); }
td.TdClassName
{
border-color: #19748E;
}
.TagClassName
{
border-color: #19748E;
}
</style>