Shades of Eastern Blue #09768F
Tints of Eastern Blue #09768F
RGB
CMYK
RGB Variations
Color information
#09768F (or 0x09768F) is known color: Eastern Blue. HEX triplet: 09, 76 and 8F. RGB value is (9,118,143). Sum of RGB (Red+Green+Blue) = 9+118+143=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #09768F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09768F is #F68970. Grayscale: #585858. Windows color (decimal): -16157041 or 9401865. OLE color: 9401865.
HSL color Cylindrical-coordinate representation of color #09768F: hue angle of 191.19º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09768F is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 118 | 143 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.44 |
| HSL | 191.19º | 0.88% | 0.3% | - |
| HSV(B) | 191.19º | 0.94% | 0.56% | - |
| XYZ | 11.55 | 15 | 28.27 | - |
| YUV | 88.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 143 | 0.94 | 0.17 | 0 | 0.44 | 191.19 | 0.88 | 0.3 |
| Hex | 9 | 76 | 8F | 5E | 11 | 0 | 2C | BF | 58 | 1E |
| Octal | 11 | 166 | 217 | 136 | 21 | 0 | 54 | 277 | 130 | 36 |
| Binary | 1001 | 1110110 | 10001111 | 1011110 | 10001 | 0 | 101100 | 10111111 | 1011000 | 11110 |
Color Harmonies of #09768F
Complementary color
Monochromatic Colors of #09768F
Black with #09768F
Text Example
Text Example
White with #09768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09768F; }
p { color: rgb(9,118,143); }
H1.HeaderClassName
{
color: #09768F;
}
.AnyTagClassName
{
color: #09768F;
}
</style>
background-color css
<style>
a { background-color: #09768F; }
a { background-color: rgb(9,118,143); }
div.DivClassName
{
background-color: #09768F;
}
.BgClassName
{
background-color: #09768F;
}
</style>
border-color css
<style>
span { border-color: #09768F; }
span { border-color: rgb(9,118,143); }
td.TdClassName
{
border-color: #09768F;
}
.TagClassName
{
border-color: #09768F;
}
</style>