Shades of Eastern Blue #0B839A
Tints of Eastern Blue #0B839A
RGB
CMYK
RGB Variations
Color information
#0B839A (or 0x0B839A) is known color: Eastern Blue. HEX triplet: 0B, 83 and 9A. RGB value is (11,131,154). Sum of RGB (Red+Green+Blue) = 11+131+154=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B839A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B839A is #F47C65. Grayscale: #616161. Windows color (decimal): -16022630 or 10126091. OLE color: 10126091.
HSL color Cylindrical-coordinate representation of color #0B839A: hue angle of 189.65º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B839A is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 131 | 154 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.40 |
| HSL | 189.65º | 0.87% | 0.32% | - |
| HSV(B) | 189.65º | 0.93% | 0.6% | - |
| XYZ | 14.09 | 18.64 | 33.43 | - |
| YUV | 97.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 154 | 0.93 | 0.15 | 0 | 0.40 | 189.65 | 0.87 | 0.32 |
| Hex | B | 83 | 9A | 5D | F | 0 | 28 | BE | 57 | 20 |
| Octal | 13 | 203 | 232 | 135 | 17 | 0 | 50 | 276 | 127 | 40 |
| Binary | 1011 | 10000011 | 10011010 | 1011101 | 1111 | 0 | 101000 | 10111110 | 1010111 | 100000 |
Color Harmonies of #0B839A
Complementary color
Monochromatic Colors of #0B839A
Black with #0B839A
Text Example
Text Example
White with #0B839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B839A; }
p { color: rgb(11,131,154); }
H1.HeaderClassName
{
color: #0B839A;
}
.AnyTagClassName
{
color: #0B839A;
}
</style>
background-color css
<style>
a { background-color: #0B839A; }
a { background-color: rgb(11,131,154); }
div.DivClassName
{
background-color: #0B839A;
}
.BgClassName
{
background-color: #0B839A;
}
</style>
border-color css
<style>
span { border-color: #0B839A; }
span { border-color: rgb(11,131,154); }
td.TdClassName
{
border-color: #0B839A;
}
.TagClassName
{
border-color: #0B839A;
}
</style>