Shades of Allports #19658C
Tints of Allports #19658C
RGB
CMYK
RGB Variations
Color information
#19658C (or 0x19658C) is known color: Allports. HEX triplet: 19, 65 and 8C. RGB value is (25,101,140). Sum of RGB (Red+Green+Blue) = 25+101+140=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #19658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19658C is #E69A73. Grayscale: #525252. Windows color (decimal): -15112820 or 9200921. OLE color: 9200921.
HSL color Cylindrical-coordinate representation of color #19658C: hue angle of 200.35º 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 #19658C is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 101 | 140 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.45 |
| HSL | 200.35º | 0.7% | 0.32% | - |
| HSV(B) | 200.35º | 0.82% | 0.55% | - |
| XYZ | 9.79 | 11.41 | 26.5 | - |
| YUV | 82.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 140 | 0.82 | 0.28 | 0 | 0.45 | 200.35 | 0.7 | 0.32 |
| Hex | 19 | 65 | 8C | 52 | 1C | 0 | 2D | C8 | 46 | 20 |
| Octal | 31 | 145 | 214 | 122 | 34 | 0 | 55 | 310 | 106 | 40 |
| Binary | 11001 | 1100101 | 10001100 | 1010010 | 11100 | 0 | 101101 | 11001000 | 1000110 | 100000 |
Color Harmonies of #19658C
Complementary color
Monochromatic Colors of #19658C
Black with #19658C
Text Example
Text Example
White with #19658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19658C; }
p { color: rgb(25,101,140); }
H1.HeaderClassName
{
color: #19658C;
}
.AnyTagClassName
{
color: #19658C;
}
</style>
background-color css
<style>
a { background-color: #19658C; }
a { background-color: rgb(25,101,140); }
div.DivClassName
{
background-color: #19658C;
}
.BgClassName
{
background-color: #19658C;
}
</style>
border-color css
<style>
span { border-color: #19658C; }
span { border-color: rgb(25,101,140); }
td.TdClassName
{
border-color: #19658C;
}
.TagClassName
{
border-color: #19658C;
}
</style>