Shades of Eastern Blue #098499
Tints of Eastern Blue #098499
RGB
CMYK
RGB Variations
Color information
#098499 (or 0x098499) is known color: Eastern Blue. HEX triplet: 09, 84 and 99. RGB value is (9,132,153). Sum of RGB (Red+Green+Blue) = 9+132+153=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #098499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098499 is #F67B66. Grayscale: #616161. Windows color (decimal): -16153447 or 10060809. OLE color: 10060809.
HSL color Cylindrical-coordinate representation of color #098499: hue angle of 188.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098499 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 132 | 153 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.4 |
| HSL | 188.75º | 0.89% | 0.32% | - |
| HSV(B) | 188.75º | 0.94% | 0.6% | - |
| XYZ | 14.11 | 18.86 | 33.03 | - |
| YUV | 97.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 153 | 0.94 | 0.14 | 0 | 0.4 | 188.75 | 0.89 | 0.32 |
| Hex | 9 | 84 | 99 | 5E | E | 0 | 28 | BD | 59 | 20 |
| Octal | 11 | 204 | 231 | 136 | 16 | 0 | 50 | 275 | 131 | 40 |
| Binary | 1001 | 10000100 | 10011001 | 1011110 | 1110 | 0 | 101000 | 10111101 | 1011001 | 100000 |
Color Harmonies of #098499
Complementary color
Monochromatic Colors of #098499
Black with #098499
Text Example
Text Example
White with #098499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098499; }
p { color: rgb(9,132,153); }
H1.HeaderClassName
{
color: #098499;
}
.AnyTagClassName
{
color: #098499;
}
</style>
background-color css
<style>
a { background-color: #098499; }
a { background-color: rgb(9,132,153); }
div.DivClassName
{
background-color: #098499;
}
.BgClassName
{
background-color: #098499;
}
</style>
border-color css
<style>
span { border-color: #098499; }
span { border-color: rgb(9,132,153); }
td.TdClassName
{
border-color: #098499;
}
.TagClassName
{
border-color: #098499;
}
</style>