Shades of Allports #197888
Tints of Allports #197888
RGB
CMYK
RGB Variations
Color information
#197888 (or 0x197888) is known color: Allports. HEX triplet: 19, 78 and 88. RGB value is (25,120,136). Sum of RGB (Red+Green+Blue) = 25+120+136=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #197888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197888 is #E68777. Grayscale: #5D5D5D. Windows color (decimal): -15107960 or 8943641. OLE color: 8943641.
HSL color Cylindrical-coordinate representation of color #197888: hue angle of 188.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197888 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 120 | 136 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.47 |
| HSL | 188.65º | 0.69% | 0.32% | - |
| HSV(B) | 188.65º | 0.82% | 0.53% | - |
| XYZ | 11.56 | 15.42 | 25.66 | - |
| YUV | 93.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 136 | 0.82 | 0.12 | 0 | 0.47 | 188.65 | 0.69 | 0.32 |
| Hex | 19 | 78 | 88 | 52 | C | 0 | 2F | BD | 45 | 20 |
| Octal | 31 | 170 | 210 | 122 | 14 | 0 | 57 | 275 | 105 | 40 |
| Binary | 11001 | 1111000 | 10001000 | 1010010 | 1100 | 0 | 101111 | 10111101 | 1000101 | 100000 |
Color Harmonies of #197888
Complementary color
Monochromatic Colors of #197888
Black with #197888
Text Example
Text Example
White with #197888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197888; }
p { color: rgb(25,120,136); }
H1.HeaderClassName
{
color: #197888;
}
.AnyTagClassName
{
color: #197888;
}
</style>
background-color css
<style>
a { background-color: #197888; }
a { background-color: rgb(25,120,136); }
div.DivClassName
{
background-color: #197888;
}
.BgClassName
{
background-color: #197888;
}
</style>
border-color css
<style>
span { border-color: #197888; }
span { border-color: rgb(25,120,136); }
td.TdClassName
{
border-color: #197888;
}
.TagClassName
{
border-color: #197888;
}
</style>