Shades of Eastern Blue #097894
Tints of Eastern Blue #097894
RGB
CMYK
RGB Variations
Color information
#097894 (or 0x097894) is known color: Eastern Blue. HEX triplet: 09, 78 and 94. RGB value is (9,120,148). Sum of RGB (Red+Green+Blue) = 9+120+148=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #097894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097894 is #F6876B. Grayscale: #595959. Windows color (decimal): -16156524 or 9730057. OLE color: 9730057.
HSL color Cylindrical-coordinate representation of color #097894: hue angle of 192.09º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097894 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 120 | 148 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.42 |
| HSL | 192.09º | 0.89% | 0.31% | - |
| HSV(B) | 192.09º | 0.94% | 0.58% | - |
| XYZ | 12.17 | 15.63 | 30.39 | - |
| YUV | 90 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 148 | 0.94 | 0.19 | 0 | 0.42 | 192.09 | 0.89 | 0.31 |
| Hex | 9 | 78 | 94 | 5E | 13 | 0 | 2A | C0 | 59 | 1F |
| Octal | 11 | 170 | 224 | 136 | 23 | 0 | 52 | 300 | 131 | 37 |
| Binary | 1001 | 1111000 | 10010100 | 1011110 | 10011 | 0 | 101010 | 11000000 | 1011001 | 11111 |
Color Harmonies of #097894
Complementary color
Monochromatic Colors of #097894
Black with #097894
Text Example
Text Example
White with #097894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097894; }
p { color: rgb(9,120,148); }
H1.HeaderClassName
{
color: #097894;
}
.AnyTagClassName
{
color: #097894;
}
</style>
background-color css
<style>
a { background-color: #097894; }
a { background-color: rgb(9,120,148); }
div.DivClassName
{
background-color: #097894;
}
.BgClassName
{
background-color: #097894;
}
</style>
border-color css
<style>
span { border-color: #097894; }
span { border-color: rgb(9,120,148); }
td.TdClassName
{
border-color: #097894;
}
.TagClassName
{
border-color: #097894;
}
</style>