Shades of Eastern Blue #09859C
Tints of Eastern Blue #09859C
RGB
CMYK
RGB Variations
Color information
#09859C (or 0x09859C) is known color: Eastern Blue. HEX triplet: 09, 85 and 9C. RGB value is (9,133,156). Sum of RGB (Red+Green+Blue) = 9+133+156=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #09859C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09859C is #F67A63. Grayscale: #626262. Windows color (decimal): -16153188 or 10257673. OLE color: 10257673.
HSL color Cylindrical-coordinate representation of color #09859C: hue angle of 189.39º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09859C is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 133 | 156 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.39 |
| HSL | 189.39º | 0.89% | 0.32% | - |
| HSV(B) | 189.39º | 0.94% | 0.61% | - |
| XYZ | 14.5 | 19.23 | 34.4 | - |
| YUV | 98.55 | 160.42 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 156 | 0.94 | 0.15 | 0 | 0.39 | 189.39 | 0.89 | 0.32 |
| Hex | 9 | 85 | 9C | 5E | F | 0 | 27 | BD | 59 | 20 |
| Octal | 11 | 205 | 234 | 136 | 17 | 0 | 47 | 275 | 131 | 40 |
| Binary | 1001 | 10000101 | 10011100 | 1011110 | 1111 | 0 | 100111 | 10111101 | 1011001 | 100000 |
Color Harmonies of #09859C
Complementary color
Monochromatic Colors of #09859C
Black with #09859C
Text Example
Text Example
White with #09859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09859C; }
p { color: rgb(9,133,156); }
H1.HeaderClassName
{
color: #09859C;
}
.AnyTagClassName
{
color: #09859C;
}
</style>
background-color css
<style>
a { background-color: #09859C; }
a { background-color: rgb(9,133,156); }
div.DivClassName
{
background-color: #09859C;
}
.BgClassName
{
background-color: #09859C;
}
</style>
border-color css
<style>
span { border-color: #09859C; }
span { border-color: rgb(9,133,156); }
td.TdClassName
{
border-color: #09859C;
}
.TagClassName
{
border-color: #09859C;
}
</style>