Shades of Allports #197B87
Tints of Allports #197B87
RGB
CMYK
RGB Variations
Color information
#197B87 (or 0x197B87) is known color: Allports. HEX triplet: 19, 7B and 87. RGB value is (25,123,135). Sum of RGB (Red+Green+Blue) = 25+123+135=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #197B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B87 is #E68478. Grayscale: #5E5E5E. Windows color (decimal): -15107193 or 8878873. OLE color: 8878873.
HSL color Cylindrical-coordinate representation of color #197B87: hue angle of 186.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197B87 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 123 | 135 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.47 |
| HSL | 186.55º | 0.69% | 0.31% | - |
| HSV(B) | 186.55º | 0.81% | 0.53% | - |
| XYZ | 11.86 | 16.12 | 25.41 | - |
| YUV | 95.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 135 | 0.81 | 0.09 | 0 | 0.47 | 186.55 | 0.69 | 0.31 |
| Hex | 19 | 7B | 87 | 51 | 9 | 0 | 2F | BB | 45 | 1F |
| Octal | 31 | 173 | 207 | 121 | 11 | 0 | 57 | 273 | 105 | 37 |
| Binary | 11001 | 1111011 | 10000111 | 1010001 | 1001 | 0 | 101111 | 10111011 | 1000101 | 11111 |
Color Harmonies of #197B87
Complementary color
Monochromatic Colors of #197B87
Black with #197B87
Text Example
Text Example
White with #197B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B87; }
p { color: rgb(25,123,135); }
H1.HeaderClassName
{
color: #197B87;
}
.AnyTagClassName
{
color: #197B87;
}
</style>
background-color css
<style>
a { background-color: #197B87; }
a { background-color: rgb(25,123,135); }
div.DivClassName
{
background-color: #197B87;
}
.BgClassName
{
background-color: #197B87;
}
</style>
border-color css
<style>
span { border-color: #197B87; }
span { border-color: rgb(25,123,135); }
td.TdClassName
{
border-color: #197B87;
}
.TagClassName
{
border-color: #197B87;
}
</style>