Shades of Eastern Blue #0989A0
Tints of Eastern Blue #0989A0
RGB
CMYK
RGB Variations
Color information
#0989A0 (or 0x0989A0) is known color: Eastern Blue. HEX triplet: 09, 89 and A0. RGB value is (9,137,160). Sum of RGB (Red+Green+Blue) = 9+137+160=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #0989A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0989A0 is #F6765F. Grayscale: #656565. Windows color (decimal): -16152160 or 10520841. OLE color: 10520841.
HSL color Cylindrical-coordinate representation of color #0989A0: hue angle of 189.14º 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 #0989A0 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 137 | 160 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.37 |
| HSL | 189.14º | 0.89% | 0.33% | - |
| HSV(B) | 189.14º | 0.94% | 0.63% | - |
| XYZ | 15.4 | 20.49 | 36.4 | - |
| YUV | 101.35 | 161.09 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 160 | 0.94 | 0.14 | 0 | 0.37 | 189.14 | 0.89 | 0.33 |
| Hex | 9 | 89 | A0 | 5E | E | 0 | 25 | BD | 59 | 21 |
| Octal | 11 | 211 | 240 | 136 | 16 | 0 | 45 | 275 | 131 | 41 |
| Binary | 1001 | 10001001 | 10100000 | 1011110 | 1110 | 0 | 100101 | 10111101 | 1011001 | 100001 |
Color Harmonies of #0989A0
Complementary color
Monochromatic Colors of #0989A0
Black with #0989A0
Text Example
Text Example
White with #0989A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0989A0; }
p { color: rgb(9,137,160); }
H1.HeaderClassName
{
color: #0989A0;
}
.AnyTagClassName
{
color: #0989A0;
}
</style>
background-color css
<style>
a { background-color: #0989A0; }
a { background-color: rgb(9,137,160); }
div.DivClassName
{
background-color: #0989A0;
}
.BgClassName
{
background-color: #0989A0;
}
</style>
border-color css
<style>
span { border-color: #0989A0; }
span { border-color: rgb(9,137,160); }
td.TdClassName
{
border-color: #0989A0;
}
.TagClassName
{
border-color: #0989A0;
}
</style>