Shades of Eastern Blue #099098
Tints of Eastern Blue #099098
RGB
CMYK
RGB Variations
Color information
#099098 (or 0x099098) is known color: Eastern Blue. HEX triplet: 09, 90 and 98. RGB value is (9,144,152). Sum of RGB (Red+Green+Blue) = 9+144+152=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #099098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099098 is #F66F67. Grayscale: #686868. Windows color (decimal): -16150376 or 9998345. OLE color: 9998345.
HSL color Cylindrical-coordinate representation of color #099098: hue angle of 183.36º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099098 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 144 | 152 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.40 |
| HSL | 183.36º | 0.89% | 0.32% | - |
| HSV(B) | 183.36º | 0.94% | 0.6% | - |
| XYZ | 15.75 | 22.27 | 33.17 | - |
| YUV | 104.55 | 154.77 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 152 | 0.94 | 0.05 | 0 | 0.40 | 183.36 | 0.89 | 0.32 |
| Hex | 9 | 90 | 98 | 5E | 5 | 0 | 28 | B7 | 59 | 20 |
| Octal | 11 | 220 | 230 | 136 | 5 | 0 | 50 | 267 | 131 | 40 |
| Binary | 1001 | 10010000 | 10011000 | 1011110 | 101 | 0 | 101000 | 10110111 | 1011001 | 100000 |
Color Harmonies of #099098
Complementary color
Monochromatic Colors of #099098
Black with #099098
Text Example
Text Example
White with #099098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099098; }
p { color: rgb(9,144,152); }
H1.HeaderClassName
{
color: #099098;
}
.AnyTagClassName
{
color: #099098;
}
</style>
background-color css
<style>
a { background-color: #099098; }
a { background-color: rgb(9,144,152); }
div.DivClassName
{
background-color: #099098;
}
.BgClassName
{
background-color: #099098;
}
</style>
border-color css
<style>
span { border-color: #099098; }
span { border-color: rgb(9,144,152); }
td.TdClassName
{
border-color: #099098;
}
.TagClassName
{
border-color: #099098;
}
</style>