Shades of Eastern Blue #198099
Tints of Eastern Blue #198099
RGB
CMYK
RGB Variations
Color information
#198099 (or 0x198099) is known color: Eastern Blue. HEX triplet: 19, 80 and 99. RGB value is (25,128,153). Sum of RGB (Red+Green+Blue) = 25+128+153=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #198099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198099 is #E67F66. Grayscale: #636363. Windows color (decimal): -15105895 or 10059801. OLE color: 10059801.
HSL color Cylindrical-coordinate representation of color #198099: hue angle of 191.72º 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 #198099 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 128 | 153 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.4 |
| HSL | 191.72º | 0.72% | 0.35% | - |
| HSV(B) | 191.72º | 0.84% | 0.6% | - |
| XYZ | 13.87 | 17.94 | 32.87 | - |
| YUV | 100.05 | 157.88 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 153 | 0.84 | 0.16 | 0 | 0.4 | 191.72 | 0.72 | 0.35 |
| Hex | 19 | 80 | 99 | 54 | 10 | 0 | 28 | C0 | 48 | 23 |
| Octal | 31 | 200 | 231 | 124 | 20 | 0 | 50 | 300 | 110 | 43 |
| Binary | 11001 | 10000000 | 10011001 | 1010100 | 10000 | 0 | 101000 | 11000000 | 1001000 | 100011 |
Color Harmonies of #198099
Complementary color
Monochromatic Colors of #198099
Black with #198099
Text Example
Text Example
White with #198099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198099; }
p { color: rgb(25,128,153); }
H1.HeaderClassName
{
color: #198099;
}
.AnyTagClassName
{
color: #198099;
}
</style>
background-color css
<style>
a { background-color: #198099; }
a { background-color: rgb(25,128,153); }
div.DivClassName
{
background-color: #198099;
}
.BgClassName
{
background-color: #198099;
}
</style>
border-color css
<style>
span { border-color: #198099; }
span { border-color: rgb(25,128,153); }
td.TdClassName
{
border-color: #198099;
}
.TagClassName
{
border-color: #198099;
}
</style>