Shades of Eastern Blue #0B899B
Tints of Eastern Blue #0B899B
RGB
CMYK
RGB Variations
Color information
#0B899B (or 0x0B899B) is known color: Eastern Blue. HEX triplet: 0B, 89 and 9B. RGB value is (11,137,155). Sum of RGB (Red+Green+Blue) = 11+137+155=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B899B is #F47664. Grayscale: #656565. Windows color (decimal): -16021093 or 10193163. OLE color: 10193163.
HSL color Cylindrical-coordinate representation of color #0B899B: hue angle of 187.5º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B899B is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 137 | 155 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.39 |
| HSL | 187.5º | 0.87% | 0.33% | - |
| HSV(B) | 187.5º | 0.93% | 0.61% | - |
| XYZ | 15 | 20.33 | 34.14 | - |
| YUV | 101.38 | 158.26 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 155 | 0.93 | 0.12 | 0 | 0.39 | 187.5 | 0.87 | 0.33 |
| Hex | B | 89 | 9B | 5D | C | 0 | 27 | BC | 57 | 21 |
| Octal | 13 | 211 | 233 | 135 | 14 | 0 | 47 | 274 | 127 | 41 |
| Binary | 1011 | 10001001 | 10011011 | 1011101 | 1100 | 0 | 100111 | 10111100 | 1010111 | 100001 |
Color Harmonies of #0B899B
Complementary color
Monochromatic Colors of #0B899B
Black with #0B899B
Text Example
Text Example
White with #0B899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B899B; }
p { color: rgb(11,137,155); }
H1.HeaderClassName
{
color: #0B899B;
}
.AnyTagClassName
{
color: #0B899B;
}
</style>
background-color css
<style>
a { background-color: #0B899B; }
a { background-color: rgb(11,137,155); }
div.DivClassName
{
background-color: #0B899B;
}
.BgClassName
{
background-color: #0B899B;
}
</style>
border-color css
<style>
span { border-color: #0B899B; }
span { border-color: rgb(11,137,155); }
td.TdClassName
{
border-color: #0B899B;
}
.TagClassName
{
border-color: #0B899B;
}
</style>