Shades of Eastern Blue #0B89AD
Tints of Eastern Blue #0B89AD
RGB
CMYK
RGB Variations
Color information
#0B89AD (or 0x0B89AD) is known color: Eastern Blue. HEX triplet: 0B, 89 and AD. RGB value is (11,137,173). Sum of RGB (Red+Green+Blue) = 11+137+173=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B89AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B89AD is #F47652. Grayscale: #676767. Windows color (decimal): -16021075 or 11372811. OLE color: 11372811.
HSL color Cylindrical-coordinate representation of color #0B89AD: hue angle of 193.33º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B89AD is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 137 | 173 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.32 |
| HSL | 193.33º | 0.88% | 0.36% | - |
| HSV(B) | 193.33º | 0.94% | 0.68% | - |
| XYZ | 16.63 | 20.98 | 42.71 | - |
| YUV | 103.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 173 | 0.94 | 0.21 | 0 | 0.32 | 193.33 | 0.88 | 0.36 |
| Hex | B | 89 | AD | 5E | 15 | 0 | 20 | C1 | 58 | 24 |
| Octal | 13 | 211 | 255 | 136 | 25 | 0 | 40 | 301 | 130 | 44 |
| Binary | 1011 | 10001001 | 10101101 | 1011110 | 10101 | 0 | 100000 | 11000001 | 1011000 | 100100 |
Color Harmonies of #0B89AD
Complementary color
Monochromatic Colors of #0B89AD
Black with #0B89AD
Text Example
Text Example
White with #0B89AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B89AD; }
p { color: rgb(11,137,173); }
H1.HeaderClassName
{
color: #0B89AD;
}
.AnyTagClassName
{
color: #0B89AD;
}
</style>
background-color css
<style>
a { background-color: #0B89AD; }
a { background-color: rgb(11,137,173); }
div.DivClassName
{
background-color: #0B89AD;
}
.BgClassName
{
background-color: #0B89AD;
}
</style>
border-color css
<style>
span { border-color: #0B89AD; }
span { border-color: rgb(11,137,173); }
td.TdClassName
{
border-color: #0B89AD;
}
.TagClassName
{
border-color: #0B89AD;
}
</style>