Shades of Eastern Blue #0B859B
Tints of Eastern Blue #0B859B
RGB
CMYK
RGB Variations
Color information
#0B859B (or 0x0B859B) is known color: Eastern Blue. HEX triplet: 0B, 85 and 9B. RGB value is (11,133,155). Sum of RGB (Red+Green+Blue) = 11+133+155=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B859B is #F47A64. Grayscale: #626262. Windows color (decimal): -16022117 or 10192139. OLE color: 10192139.
HSL color Cylindrical-coordinate representation of color #0B859B: hue angle of 189.17º 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 #0B859B is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 133 | 155 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.39 |
| HSL | 189.17º | 0.87% | 0.33% | - |
| HSV(B) | 189.17º | 0.93% | 0.61% | - |
| XYZ | 14.44 | 19.21 | 33.96 | - |
| YUV | 99.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 155 | 0.93 | 0.14 | 0 | 0.39 | 189.17 | 0.87 | 0.33 |
| Hex | B | 85 | 9B | 5D | E | 0 | 27 | BD | 57 | 21 |
| Octal | 13 | 205 | 233 | 135 | 16 | 0 | 47 | 275 | 127 | 41 |
| Binary | 1011 | 10000101 | 10011011 | 1011101 | 1110 | 0 | 100111 | 10111101 | 1010111 | 100001 |
Color Harmonies of #0B859B
Complementary color
Monochromatic Colors of #0B859B
Black with #0B859B
Text Example
Text Example
White with #0B859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B859B; }
p { color: rgb(11,133,155); }
H1.HeaderClassName
{
color: #0B859B;
}
.AnyTagClassName
{
color: #0B859B;
}
</style>
background-color css
<style>
a { background-color: #0B859B; }
a { background-color: rgb(11,133,155); }
div.DivClassName
{
background-color: #0B859B;
}
.BgClassName
{
background-color: #0B859B;
}
</style>
border-color css
<style>
span { border-color: #0B859B; }
span { border-color: rgb(11,133,155); }
td.TdClassName
{
border-color: #0B859B;
}
.TagClassName
{
border-color: #0B859B;
}
</style>