Shades of Allports #197B93
Tints of Allports #197B93
RGB
CMYK
RGB Variations
Color information
#197B93 (or 0x197B93) is known color: Allports. HEX triplet: 19, 7B and 93. RGB value is (25,123,147). Sum of RGB (Red+Green+Blue) = 25+123+147=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #197B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B93 is #E6846C. Grayscale: #606060. Windows color (decimal): -15107181 or 9665305. OLE color: 9665305.
HSL color Cylindrical-coordinate representation of color #197B93: hue angle of 191.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197B93 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 123 | 147 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.42 |
| HSL | 191.8º | 0.71% | 0.34% | - |
| HSV(B) | 191.8º | 0.83% | 0.58% | - |
| XYZ | 12.75 | 16.48 | 30.11 | - |
| YUV | 96.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 147 | 0.83 | 0.16 | 0 | 0.42 | 191.8 | 0.71 | 0.34 |
| Hex | 19 | 7B | 93 | 53 | 10 | 0 | 2A | C0 | 47 | 22 |
| Octal | 31 | 173 | 223 | 123 | 20 | 0 | 52 | 300 | 107 | 42 |
| Binary | 11001 | 1111011 | 10010011 | 1010011 | 10000 | 0 | 101010 | 11000000 | 1000111 | 100010 |
Color Harmonies of #197B93
Complementary color
Monochromatic Colors of #197B93
Black with #197B93
Text Example
Text Example
White with #197B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B93; }
p { color: rgb(25,123,147); }
H1.HeaderClassName
{
color: #197B93;
}
.AnyTagClassName
{
color: #197B93;
}
</style>
background-color css
<style>
a { background-color: #197B93; }
a { background-color: rgb(25,123,147); }
div.DivClassName
{
background-color: #197B93;
}
.BgClassName
{
background-color: #197B93;
}
</style>
border-color css
<style>
span { border-color: #197B93; }
span { border-color: rgb(25,123,147); }
td.TdClassName
{
border-color: #197B93;
}
.TagClassName
{
border-color: #197B93;
}
</style>