Shades of Eastern Blue #197D99
Tints of Eastern Blue #197D99
RGB
CMYK
RGB Variations
Color information
#197D99 (or 0x197D99) is known color: Eastern Blue. HEX triplet: 19, 7D and 99. RGB value is (25,125,153). Sum of RGB (Red+Green+Blue) = 25+125+153=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #197D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D99 is #E68266. Grayscale: #626262. Windows color (decimal): -15106663 or 10059033. OLE color: 10059033.
HSL color Cylindrical-coordinate representation of color #197D99: hue angle of 193.12º 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 #197D99 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 125 | 153 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.4 |
| HSL | 193.13º | 0.72% | 0.35% | - |
| HSV(B) | 193.13º | 0.84% | 0.6% | - |
| XYZ | 13.48 | 17.17 | 32.74 | - |
| YUV | 98.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 153 | 0.84 | 0.18 | 0 | 0.4 | 193.13 | 0.72 | 0.35 |
| Hex | 19 | 7D | 99 | 54 | 12 | 0 | 28 | C1 | 48 | 23 |
| Octal | 31 | 175 | 231 | 124 | 22 | 0 | 50 | 301 | 110 | 43 |
| Binary | 11001 | 1111101 | 10011001 | 1010100 | 10010 | 0 | 101000 | 11000001 | 1001000 | 100011 |
Color Harmonies of #197D99
Complementary color
Monochromatic Colors of #197D99
Black with #197D99
Text Example
Text Example
White with #197D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D99; }
p { color: rgb(25,125,153); }
H1.HeaderClassName
{
color: #197D99;
}
.AnyTagClassName
{
color: #197D99;
}
</style>
background-color css
<style>
a { background-color: #197D99; }
a { background-color: rgb(25,125,153); }
div.DivClassName
{
background-color: #197D99;
}
.BgClassName
{
background-color: #197D99;
}
</style>
border-color css
<style>
span { border-color: #197D99; }
span { border-color: rgb(25,125,153); }
td.TdClassName
{
border-color: #197D99;
}
.TagClassName
{
border-color: #197D99;
}
</style>