Shades of Eastern Blue #097E9D
Tints of Eastern Blue #097E9D
RGB
CMYK
RGB Variations
Color information
#097E9D (or 0x097E9D) is known color: Eastern Blue. HEX triplet: 09, 7E and 9D. RGB value is (9,126,157). Sum of RGB (Red+Green+Blue) = 9+126+157=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #097E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E9D is #F68162. Grayscale: #5E5E5E. Windows color (decimal): -16154979 or 10321417. OLE color: 10321417.
HSL color Cylindrical-coordinate representation of color #097E9D: hue angle of 192.57º 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 #097E9D is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 126 | 157 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.38 |
| HSL | 192.57º | 0.89% | 0.33% | - |
| HSV(B) | 192.57º | 0.94% | 0.62% | - |
| XYZ | 13.66 | 17.41 | 34.54 | - |
| YUV | 94.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 157 | 0.94 | 0.20 | 0 | 0.38 | 192.57 | 0.89 | 0.33 |
| Hex | 9 | 7E | 9D | 5E | 14 | 0 | 26 | C1 | 59 | 21 |
| Octal | 11 | 176 | 235 | 136 | 24 | 0 | 46 | 301 | 131 | 41 |
| Binary | 1001 | 1111110 | 10011101 | 1011110 | 10100 | 0 | 100110 | 11000001 | 1011001 | 100001 |
Color Harmonies of #097E9D
Complementary color
Monochromatic Colors of #097E9D
Black with #097E9D
Text Example
Text Example
White with #097E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097E9D; }
p { color: rgb(9,126,157); }
H1.HeaderClassName
{
color: #097E9D;
}
.AnyTagClassName
{
color: #097E9D;
}
</style>
background-color css
<style>
a { background-color: #097E9D; }
a { background-color: rgb(9,126,157); }
div.DivClassName
{
background-color: #097E9D;
}
.BgClassName
{
background-color: #097E9D;
}
</style>
border-color css
<style>
span { border-color: #097E9D; }
span { border-color: rgb(9,126,157); }
td.TdClassName
{
border-color: #097E9D;
}
.TagClassName
{
border-color: #097E9D;
}
</style>