Shades of Allports #197588
Tints of Allports #197588
RGB
CMYK
RGB Variations
Color information
#197588 (or 0x197588) is known color: Allports. HEX triplet: 19, 75 and 88. RGB value is (25,117,136). Sum of RGB (Red+Green+Blue) = 25+117+136=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #197588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197588 is #E68A77. Grayscale: #5B5B5B. Windows color (decimal): -15108728 or 8942873. OLE color: 8942873.
HSL color Cylindrical-coordinate representation of color #197588: hue angle of 190.27º 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 #197588 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 117 | 136 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.47 |
| HSL | 190.27º | 0.69% | 0.32% | - |
| HSV(B) | 190.27º | 0.82% | 0.53% | - |
| XYZ | 11.21 | 14.71 | 25.54 | - |
| YUV | 91.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 136 | 0.82 | 0.14 | 0 | 0.47 | 190.27 | 0.69 | 0.32 |
| Hex | 19 | 75 | 88 | 52 | E | 0 | 2F | BE | 45 | 20 |
| Octal | 31 | 165 | 210 | 122 | 16 | 0 | 57 | 276 | 105 | 40 |
| Binary | 11001 | 1110101 | 10001000 | 1010010 | 1110 | 0 | 101111 | 10111110 | 1000101 | 100000 |
Color Harmonies of #197588
Complementary color
Monochromatic Colors of #197588
Black with #197588
Text Example
Text Example
White with #197588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197588; }
p { color: rgb(25,117,136); }
H1.HeaderClassName
{
color: #197588;
}
.AnyTagClassName
{
color: #197588;
}
</style>
background-color css
<style>
a { background-color: #197588; }
a { background-color: rgb(25,117,136); }
div.DivClassName
{
background-color: #197588;
}
.BgClassName
{
background-color: #197588;
}
</style>
border-color css
<style>
span { border-color: #197588; }
span { border-color: rgb(25,117,136); }
td.TdClassName
{
border-color: #197588;
}
.TagClassName
{
border-color: #197588;
}
</style>