Shades of Eastern Blue #09748F
Tints of Eastern Blue #09748F
RGB
CMYK
RGB Variations
Color information
#09748F (or 0x09748F) is known color: Eastern Blue. HEX triplet: 09, 74 and 8F. RGB value is (9,116,143). Sum of RGB (Red+Green+Blue) = 9+116+143=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #09748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748F is #F68B70. Grayscale: #565656. Windows color (decimal): -16157553 or 9401353. OLE color: 9401353.
HSL color Cylindrical-coordinate representation of color #09748F: hue angle of 192.09º 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 #09748F is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 116 | 143 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.44 |
| HSL | 192.09º | 0.88% | 0.3% | - |
| HSV(B) | 192.09º | 0.94% | 0.56% | - |
| XYZ | 11.32 | 14.53 | 28.2 | - |
| YUV | 87.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 143 | 0.94 | 0.19 | 0 | 0.44 | 192.09 | 0.88 | 0.3 |
| Hex | 9 | 74 | 8F | 5E | 13 | 0 | 2C | C0 | 58 | 1E |
| Octal | 11 | 164 | 217 | 136 | 23 | 0 | 54 | 300 | 130 | 36 |
| Binary | 1001 | 1110100 | 10001111 | 1011110 | 10011 | 0 | 101100 | 11000000 | 1011000 | 11110 |
Color Harmonies of #09748F
Complementary color
Monochromatic Colors of #09748F
Black with #09748F
Text Example
Text Example
White with #09748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09748F; }
p { color: rgb(9,116,143); }
H1.HeaderClassName
{
color: #09748F;
}
.AnyTagClassName
{
color: #09748F;
}
</style>
background-color css
<style>
a { background-color: #09748F; }
a { background-color: rgb(9,116,143); }
div.DivClassName
{
background-color: #09748F;
}
.BgClassName
{
background-color: #09748F;
}
</style>
border-color css
<style>
span { border-color: #09748F; }
span { border-color: rgb(9,116,143); }
td.TdClassName
{
border-color: #09748F;
}
.TagClassName
{
border-color: #09748F;
}
</style>