Shades of Eastern Blue #09839A
Tints of Eastern Blue #09839A
RGB
CMYK
RGB Variations
Color information
#09839A (or 0x09839A) is known color: Eastern Blue. HEX triplet: 09, 83 and 9A. RGB value is (9,131,154). Sum of RGB (Red+Green+Blue) = 9+131+154=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #09839A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09839A is #F67C65. Grayscale: #606060. Windows color (decimal): -16153702 or 10126089. OLE color: 10126089.
HSL color Cylindrical-coordinate representation of color #09839A: hue angle of 189.52º 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 #09839A is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 131 | 154 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.40 |
| HSL | 189.52º | 0.89% | 0.32% | - |
| HSV(B) | 189.52º | 0.94% | 0.6% | - |
| XYZ | 14.06 | 18.62 | 33.43 | - |
| YUV | 97.14 | 160.08 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 154 | 0.94 | 0.15 | 0 | 0.40 | 189.52 | 0.89 | 0.32 |
| Hex | 9 | 83 | 9A | 5E | F | 0 | 28 | BE | 59 | 20 |
| Octal | 11 | 203 | 232 | 136 | 17 | 0 | 50 | 276 | 131 | 40 |
| Binary | 1001 | 10000011 | 10011010 | 1011110 | 1111 | 0 | 101000 | 10111110 | 1011001 | 100000 |
Color Harmonies of #09839A
Complementary color
Monochromatic Colors of #09839A
Black with #09839A
Text Example
Text Example
White with #09839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09839A; }
p { color: rgb(9,131,154); }
H1.HeaderClassName
{
color: #09839A;
}
.AnyTagClassName
{
color: #09839A;
}
</style>
background-color css
<style>
a { background-color: #09839A; }
a { background-color: rgb(9,131,154); }
div.DivClassName
{
background-color: #09839A;
}
.BgClassName
{
background-color: #09839A;
}
</style>
border-color css
<style>
span { border-color: #09839A; }
span { border-color: rgb(9,131,154); }
td.TdClassName
{
border-color: #09839A;
}
.TagClassName
{
border-color: #09839A;
}
</style>