Shades of Eastern Blue #0789AB
Tints of Eastern Blue #0789AB
RGB
CMYK
RGB Variations
Color information
#0789AB (or 0x0789AB) is known color: Eastern Blue. HEX triplet: 07, 89 and AB. RGB value is (7,137,171). Sum of RGB (Red+Green+Blue) = 7+137+171=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #0789AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0789AB is #F87654. Grayscale: #656565. Windows color (decimal): -16283221 or 11241735. OLE color: 11241735.
HSL color Cylindrical-coordinate representation of color #0789AB: hue angle of 192.44º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0789AB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 137 | 171 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.33 |
| HSL | 192.44º | 0.92% | 0.35% | - |
| HSV(B) | 192.44º | 0.96% | 0.67% | - |
| XYZ | 16.38 | 20.88 | 41.69 | - |
| YUV | 102.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 171 | 0.96 | 0.20 | 0 | 0.33 | 192.44 | 0.92 | 0.35 |
| Hex | 7 | 89 | AB | 60 | 14 | 0 | 21 | C0 | 5C | 23 |
| Octal | 7 | 211 | 253 | 140 | 24 | 0 | 41 | 300 | 134 | 43 |
| Binary | 111 | 10001001 | 10101011 | 1100000 | 10100 | 0 | 100001 | 11000000 | 1011100 | 100011 |
Color Harmonies of #0789AB
Complementary color
Monochromatic Colors of #0789AB
Black with #0789AB
Text Example
Text Example
White with #0789AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0789AB; }
p { color: rgb(7,137,171); }
H1.HeaderClassName
{
color: #0789AB;
}
.AnyTagClassName
{
color: #0789AB;
}
</style>
background-color css
<style>
a { background-color: #0789AB; }
a { background-color: rgb(7,137,171); }
div.DivClassName
{
background-color: #0789AB;
}
.BgClassName
{
background-color: #0789AB;
}
</style>
border-color css
<style>
span { border-color: #0789AB; }
span { border-color: rgb(7,137,171); }
td.TdClassName
{
border-color: #0789AB;
}
.TagClassName
{
border-color: #0789AB;
}
</style>