Shades of Eastern Blue #09849E
Tints of Eastern Blue #09849E
RGB
CMYK
RGB Variations
Color information
#09849E (or 0x09849E) is known color: Eastern Blue. HEX triplet: 09, 84 and 9E. RGB value is (9,132,158). Sum of RGB (Red+Green+Blue) = 9+132+158=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #09849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09849E is #F67B61. Grayscale: #616161. Windows color (decimal): -16153442 or 10388489. OLE color: 10388489.
HSL color Cylindrical-coordinate representation of color #09849E: hue angle of 190.47º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09849E is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 132 | 158 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.38 |
| HSL | 190.47º | 0.89% | 0.33% | - |
| HSV(B) | 190.47º | 0.94% | 0.62% | - |
| XYZ | 14.54 | 19.03 | 35.25 | - |
| YUV | 98.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 158 | 0.94 | 0.16 | 0 | 0.38 | 190.47 | 0.89 | 0.33 |
| Hex | 9 | 84 | 9E | 5E | 10 | 0 | 26 | BE | 59 | 21 |
| Octal | 11 | 204 | 236 | 136 | 20 | 0 | 46 | 276 | 131 | 41 |
| Binary | 1001 | 10000100 | 10011110 | 1011110 | 10000 | 0 | 100110 | 10111110 | 1011001 | 100001 |
Color Harmonies of #09849E
Complementary color
Monochromatic Colors of #09849E
Black with #09849E
Text Example
Text Example
White with #09849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09849E; }
p { color: rgb(9,132,158); }
H1.HeaderClassName
{
color: #09849E;
}
.AnyTagClassName
{
color: #09849E;
}
</style>
background-color css
<style>
a { background-color: #09849E; }
a { background-color: rgb(9,132,158); }
div.DivClassName
{
background-color: #09849E;
}
.BgClassName
{
background-color: #09849E;
}
</style>
border-color css
<style>
span { border-color: #09849E; }
span { border-color: rgb(9,132,158); }
td.TdClassName
{
border-color: #09849E;
}
.TagClassName
{
border-color: #09849E;
}
</style>