Shades of Allports #197B92
Tints of Allports #197B92
RGB
CMYK
RGB Variations
Color information
#197B92 (or 0x197B92) is known color: Allports. HEX triplet: 19, 7B and 92. RGB value is (25,123,146). Sum of RGB (Red+Green+Blue) = 25+123+146=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #197B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B92 is #E6846D. Grayscale: #606060. Windows color (decimal): -15107182 or 9599769. OLE color: 9599769.
HSL color Cylindrical-coordinate representation of color #197B92: hue angle of 191.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197B92 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 123 | 146 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.43 |
| HSL | 191.41º | 0.71% | 0.34% | - |
| HSV(B) | 191.41º | 0.83% | 0.57% | - |
| XYZ | 12.67 | 16.45 | 29.7 | - |
| YUV | 96.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 146 | 0.83 | 0.16 | 0 | 0.43 | 191.41 | 0.71 | 0.34 |
| Hex | 19 | 7B | 92 | 53 | 10 | 0 | 2B | BF | 47 | 22 |
| Octal | 31 | 173 | 222 | 123 | 20 | 0 | 53 | 277 | 107 | 42 |
| Binary | 11001 | 1111011 | 10010010 | 1010011 | 10000 | 0 | 101011 | 10111111 | 1000111 | 100010 |
Color Harmonies of #197B92
Complementary color
Monochromatic Colors of #197B92
Black with #197B92
Text Example
Text Example
White with #197B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B92; }
p { color: rgb(25,123,146); }
H1.HeaderClassName
{
color: #197B92;
}
.AnyTagClassName
{
color: #197B92;
}
</style>
background-color css
<style>
a { background-color: #197B92; }
a { background-color: rgb(25,123,146); }
div.DivClassName
{
background-color: #197B92;
}
.BgClassName
{
background-color: #197B92;
}
</style>
border-color css
<style>
span { border-color: #197B92; }
span { border-color: rgb(25,123,146); }
td.TdClassName
{
border-color: #197B92;
}
.TagClassName
{
border-color: #197B92;
}
</style>