Shades of Eastern Blue #198098
Tints of Eastern Blue #198098
RGB
CMYK
RGB Variations
Color information
#198098 (or 0x198098) is known color: Eastern Blue. HEX triplet: 19, 80 and 98. RGB value is (25,128,152). Sum of RGB (Red+Green+Blue) = 25+128+152=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #198098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198098 is #E67F67. Grayscale: #636363. Windows color (decimal): -15105896 or 9994265. OLE color: 9994265.
HSL color Cylindrical-coordinate representation of color #198098: hue angle of 191.34º 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 #198098 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 128 | 152 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.40 |
| HSL | 191.34º | 0.72% | 0.35% | - |
| HSV(B) | 191.34º | 0.84% | 0.6% | - |
| XYZ | 13.79 | 17.91 | 32.44 | - |
| YUV | 99.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 152 | 0.84 | 0.16 | 0 | 0.40 | 191.34 | 0.72 | 0.35 |
| Hex | 19 | 80 | 98 | 54 | 10 | 0 | 28 | BF | 48 | 23 |
| Octal | 31 | 200 | 230 | 124 | 20 | 0 | 50 | 277 | 110 | 43 |
| Binary | 11001 | 10000000 | 10011000 | 1010100 | 10000 | 0 | 101000 | 10111111 | 1001000 | 100011 |
Color Harmonies of #198098
Complementary color
Monochromatic Colors of #198098
Black with #198098
Text Example
Text Example
White with #198098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198098; }
p { color: rgb(25,128,152); }
H1.HeaderClassName
{
color: #198098;
}
.AnyTagClassName
{
color: #198098;
}
</style>
background-color css
<style>
a { background-color: #198098; }
a { background-color: rgb(25,128,152); }
div.DivClassName
{
background-color: #198098;
}
.BgClassName
{
background-color: #198098;
}
</style>
border-color css
<style>
span { border-color: #198098; }
span { border-color: rgb(25,128,152); }
td.TdClassName
{
border-color: #198098;
}
.TagClassName
{
border-color: #198098;
}
</style>