Shades of Eastern Blue #098296
Tints of Eastern Blue #098296
RGB
CMYK
RGB Variations
Color information
#098296 (or 0x098296) is known color: Eastern Blue. HEX triplet: 09, 82 and 96. RGB value is (9,130,150). Sum of RGB (Red+Green+Blue) = 9+130+150=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #098296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098296 is #F67D69. Grayscale: #5F5F5F. Windows color (decimal): -16153962 or 9863689. OLE color: 9863689.
HSL color Cylindrical-coordinate representation of color #098296: hue angle of 188.51º 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 #098296 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 130 | 150 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.41 |
| HSL | 188.51º | 0.89% | 0.31% | - |
| HSV(B) | 188.51º | 0.94% | 0.59% | - |
| XYZ | 13.6 | 18.23 | 31.66 | - |
| YUV | 96.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 150 | 0.94 | 0.13 | 0 | 0.41 | 188.51 | 0.89 | 0.31 |
| Hex | 9 | 82 | 96 | 5E | D | 0 | 29 | BD | 59 | 1F |
| Octal | 11 | 202 | 226 | 136 | 15 | 0 | 51 | 275 | 131 | 37 |
| Binary | 1001 | 10000010 | 10010110 | 1011110 | 1101 | 0 | 101001 | 10111101 | 1011001 | 11111 |
Color Harmonies of #098296
Complementary color
Monochromatic Colors of #098296
Black with #098296
Text Example
Text Example
White with #098296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098296; }
p { color: rgb(9,130,150); }
H1.HeaderClassName
{
color: #098296;
}
.AnyTagClassName
{
color: #098296;
}
</style>
background-color css
<style>
a { background-color: #098296; }
a { background-color: rgb(9,130,150); }
div.DivClassName
{
background-color: #098296;
}
.BgClassName
{
background-color: #098296;
}
</style>
border-color css
<style>
span { border-color: #098296; }
span { border-color: rgb(9,130,150); }
td.TdClassName
{
border-color: #098296;
}
.TagClassName
{
border-color: #098296;
}
</style>