Shades of Eastern Blue #0B8798
Tints of Eastern Blue #0B8798
RGB
CMYK
RGB Variations
Color information
#0B8798 (or 0x0B8798) is known color: Eastern Blue. HEX triplet: 0B, 87 and 98. RGB value is (11,135,152). Sum of RGB (Red+Green+Blue) = 11+135+152=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #0B8798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8798 is #F47867. Grayscale: #636363. Windows color (decimal): -16021608 or 9996043. OLE color: 9996043.
HSL color Cylindrical-coordinate representation of color #0B8798: hue angle of 187.23º 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 #0B8798 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 135 | 152 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.40 |
| HSL | 187.23º | 0.87% | 0.32% | - |
| HSV(B) | 187.23º | 0.93% | 0.6% | - |
| XYZ | 14.47 | 19.67 | 32.74 | - |
| YUV | 99.86 | 157.42 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 152 | 0.93 | 0.11 | 0 | 0.40 | 187.23 | 0.87 | 0.32 |
| Hex | B | 87 | 98 | 5D | B | 0 | 28 | BB | 57 | 20 |
| Octal | 13 | 207 | 230 | 135 | 13 | 0 | 50 | 273 | 127 | 40 |
| Binary | 1011 | 10000111 | 10011000 | 1011101 | 1011 | 0 | 101000 | 10111011 | 1010111 | 100000 |
Color Harmonies of #0B8798
Complementary color
Monochromatic Colors of #0B8798
Black with #0B8798
Text Example
Text Example
White with #0B8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8798; }
p { color: rgb(11,135,152); }
H1.HeaderClassName
{
color: #0B8798;
}
.AnyTagClassName
{
color: #0B8798;
}
</style>
background-color css
<style>
a { background-color: #0B8798; }
a { background-color: rgb(11,135,152); }
div.DivClassName
{
background-color: #0B8798;
}
.BgClassName
{
background-color: #0B8798;
}
</style>
border-color css
<style>
span { border-color: #0B8798; }
span { border-color: rgb(11,135,152); }
td.TdClassName
{
border-color: #0B8798;
}
.TagClassName
{
border-color: #0B8798;
}
</style>