Shades of Eastern Blue #098EA0
Tints of Eastern Blue #098EA0
RGB
CMYK
RGB Variations
Color information
#098EA0 (or 0x098EA0) is known color: Eastern Blue. HEX triplet: 09, 8E and A0. RGB value is (9,142,160). Sum of RGB (Red+Green+Blue) = 9+142+160=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #098EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EA0 is #F6715F. Grayscale: #686868. Windows color (decimal): -16150880 or 10522121. OLE color: 10522121.
HSL color Cylindrical-coordinate representation of color #098EA0: hue angle of 187.15º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098EA0 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 142 | 160 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.37 |
| HSL | 187.15º | 0.89% | 0.33% | - |
| HSV(B) | 187.15º | 0.94% | 0.63% | - |
| XYZ | 16.13 | 21.94 | 36.64 | - |
| YUV | 104.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 160 | 0.94 | 0.11 | 0 | 0.37 | 187.15 | 0.89 | 0.33 |
| Hex | 9 | 8E | A0 | 5E | B | 0 | 25 | BB | 59 | 21 |
| Octal | 11 | 216 | 240 | 136 | 13 | 0 | 45 | 273 | 131 | 41 |
| Binary | 1001 | 10001110 | 10100000 | 1011110 | 1011 | 0 | 100101 | 10111011 | 1011001 | 100001 |
Color Harmonies of #098EA0
Complementary color
Monochromatic Colors of #098EA0
Black with #098EA0
Text Example
Text Example
White with #098EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098EA0; }
p { color: rgb(9,142,160); }
H1.HeaderClassName
{
color: #098EA0;
}
.AnyTagClassName
{
color: #098EA0;
}
</style>
background-color css
<style>
a { background-color: #098EA0; }
a { background-color: rgb(9,142,160); }
div.DivClassName
{
background-color: #098EA0;
}
.BgClassName
{
background-color: #098EA0;
}
</style>
border-color css
<style>
span { border-color: #098EA0; }
span { border-color: rgb(9,142,160); }
td.TdClassName
{
border-color: #098EA0;
}
.TagClassName
{
border-color: #098EA0;
}
</style>