Shades of Eastern Blue #197B95
Tints of Eastern Blue #197B95
RGB
CMYK
RGB Variations
Color information
#197B95 (or 0x197B95) is known color: Eastern Blue. HEX triplet: 19, 7B and 95. RGB value is (25,123,149). Sum of RGB (Red+Green+Blue) = 25+123+149=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #197B95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B95 is #E6846A. Grayscale: #606060. Windows color (decimal): -15107179 or 9796377. OLE color: 9796377.
HSL color Cylindrical-coordinate representation of color #197B95: hue angle of 192.58º 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 #197B95 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 123 | 149 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.42 |
| HSL | 192.58º | 0.71% | 0.34% | - |
| HSV(B) | 192.58º | 0.83% | 0.58% | - |
| XYZ | 12.91 | 16.54 | 30.95 | - |
| YUV | 96.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 149 | 0.83 | 0.17 | 0 | 0.42 | 192.58 | 0.71 | 0.34 |
| Hex | 19 | 7B | 95 | 53 | 11 | 0 | 2A | C1 | 47 | 22 |
| Octal | 31 | 173 | 225 | 123 | 21 | 0 | 52 | 301 | 107 | 42 |
| Binary | 11001 | 1111011 | 10010101 | 1010011 | 10001 | 0 | 101010 | 11000001 | 1000111 | 100010 |
Color Harmonies of #197B95
Complementary color
Monochromatic Colors of #197B95
Black with #197B95
Text Example
Text Example
White with #197B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B95; }
p { color: rgb(25,123,149); }
H1.HeaderClassName
{
color: #197B95;
}
.AnyTagClassName
{
color: #197B95;
}
</style>
background-color css
<style>
a { background-color: #197B95; }
a { background-color: rgb(25,123,149); }
div.DivClassName
{
background-color: #197B95;
}
.BgClassName
{
background-color: #197B95;
}
</style>
border-color css
<style>
span { border-color: #197B95; }
span { border-color: rgb(25,123,149); }
td.TdClassName
{
border-color: #197B95;
}
.TagClassName
{
border-color: #197B95;
}
</style>