Shades of Eastern Blue #098495
Tints of Eastern Blue #098495
RGB
CMYK
RGB Variations
Color information
#098495 (or 0x098495) is known color: Eastern Blue. HEX triplet: 09, 84 and 95. RGB value is (9,132,149). Sum of RGB (Red+Green+Blue) = 9+132+149=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #098495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098495 is #F67B6A. Grayscale: #606060. Windows color (decimal): -16153451 or 9798665. OLE color: 9798665.
HSL color Cylindrical-coordinate representation of color #098495: hue angle of 187.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098495 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 132 | 149 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.42 |
| HSL | 187.29º | 0.89% | 0.31% | - |
| HSV(B) | 187.29º | 0.94% | 0.58% | - |
| XYZ | 13.79 | 18.73 | 31.32 | - |
| YUV | 97.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 149 | 0.94 | 0.11 | 0 | 0.42 | 187.29 | 0.89 | 0.31 |
| Hex | 9 | 84 | 95 | 5E | B | 0 | 2A | BB | 59 | 1F |
| Octal | 11 | 204 | 225 | 136 | 13 | 0 | 52 | 273 | 131 | 37 |
| Binary | 1001 | 10000100 | 10010101 | 1011110 | 1011 | 0 | 101010 | 10111011 | 1011001 | 11111 |
Color Harmonies of #098495
Complementary color
Monochromatic Colors of #098495
Black with #098495
Text Example
Text Example
White with #098495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098495; }
p { color: rgb(9,132,149); }
H1.HeaderClassName
{
color: #098495;
}
.AnyTagClassName
{
color: #098495;
}
</style>
background-color css
<style>
a { background-color: #098495; }
a { background-color: rgb(9,132,149); }
div.DivClassName
{
background-color: #098495;
}
.BgClassName
{
background-color: #098495;
}
</style>
border-color css
<style>
span { border-color: #098495; }
span { border-color: rgb(9,132,149); }
td.TdClassName
{
border-color: #098495;
}
.TagClassName
{
border-color: #098495;
}
</style>