Shades of Eastern Blue #197F99
Tints of Eastern Blue #197F99
RGB
CMYK
RGB Variations
Color information
#197F99 (or 0x197F99) is known color: Eastern Blue. HEX triplet: 19, 7F and 99. RGB value is (25,127,153). Sum of RGB (Red+Green+Blue) = 25+127+153=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #197F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F99 is #E68066. Grayscale: #636363. Windows color (decimal): -15106151 or 10059545. OLE color: 10059545.
HSL color Cylindrical-coordinate representation of color #197F99: hue angle of 192.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197F99 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 127 | 153 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.4 |
| HSL | 192.19º | 0.72% | 0.35% | - |
| HSV(B) | 192.19º | 0.84% | 0.6% | - |
| XYZ | 13.74 | 17.69 | 32.83 | - |
| YUV | 99.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 153 | 0.84 | 0.17 | 0 | 0.4 | 192.19 | 0.72 | 0.35 |
| Hex | 19 | 7F | 99 | 54 | 11 | 0 | 28 | C0 | 48 | 23 |
| Octal | 31 | 177 | 231 | 124 | 21 | 0 | 50 | 300 | 110 | 43 |
| Binary | 11001 | 1111111 | 10011001 | 1010100 | 10001 | 0 | 101000 | 11000000 | 1001000 | 100011 |
Color Harmonies of #197F99
Complementary color
Monochromatic Colors of #197F99
Black with #197F99
Text Example
Text Example
White with #197F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F99; }
p { color: rgb(25,127,153); }
H1.HeaderClassName
{
color: #197F99;
}
.AnyTagClassName
{
color: #197F99;
}
</style>
background-color css
<style>
a { background-color: #197F99; }
a { background-color: rgb(25,127,153); }
div.DivClassName
{
background-color: #197F99;
}
.BgClassName
{
background-color: #197F99;
}
</style>
border-color css
<style>
span { border-color: #197F99; }
span { border-color: rgb(25,127,153); }
td.TdClassName
{
border-color: #197F99;
}
.TagClassName
{
border-color: #197F99;
}
</style>