Shades of Eastern Blue #098297
Tints of Eastern Blue #098297
RGB
CMYK
RGB Variations
Color information
#098297 (or 0x098297) is known color: Eastern Blue. HEX triplet: 09, 82 and 97. RGB value is (9,130,151). Sum of RGB (Red+Green+Blue) = 9+130+151=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #098297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098297 is #F67D68. Grayscale: #606060. Windows color (decimal): -16153961 or 9929225. OLE color: 9929225.
HSL color Cylindrical-coordinate representation of color #098297: hue angle of 188.87º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098297 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 130 | 151 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.41 |
| HSL | 188.87º | 0.89% | 0.31% | - |
| HSV(B) | 188.87º | 0.94% | 0.59% | - |
| XYZ | 13.68 | 18.26 | 32.08 | - |
| YUV | 96.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 151 | 0.94 | 0.14 | 0 | 0.41 | 188.87 | 0.89 | 0.31 |
| Hex | 9 | 82 | 97 | 5E | E | 0 | 29 | BD | 59 | 1F |
| Octal | 11 | 202 | 227 | 136 | 16 | 0 | 51 | 275 | 131 | 37 |
| Binary | 1001 | 10000010 | 10010111 | 1011110 | 1110 | 0 | 101001 | 10111101 | 1011001 | 11111 |
Color Harmonies of #098297
Complementary color
Monochromatic Colors of #098297
Black with #098297
Text Example
Text Example
White with #098297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098297; }
p { color: rgb(9,130,151); }
H1.HeaderClassName
{
color: #098297;
}
.AnyTagClassName
{
color: #098297;
}
</style>
background-color css
<style>
a { background-color: #098297; }
a { background-color: rgb(9,130,151); }
div.DivClassName
{
background-color: #098297;
}
.BgClassName
{
background-color: #098297;
}
</style>
border-color css
<style>
span { border-color: #098297; }
span { border-color: rgb(9,130,151); }
td.TdClassName
{
border-color: #098297;
}
.TagClassName
{
border-color: #098297;
}
</style>