Shades of Eastern Blue #0B8794
Tints of Eastern Blue #0B8794
RGB
CMYK
RGB Variations
Color information
#0B8794 (or 0x0B8794) is known color: Eastern Blue. HEX triplet: 0B, 87 and 94. RGB value is (11,135,148). Sum of RGB (Red+Green+Blue) = 11+135+148=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #0B8794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8794 is #F4786B. Grayscale: #636363. Windows color (decimal): -16021612 or 9733899. OLE color: 9733899.
HSL color Cylindrical-coordinate representation of color #0B8794: hue angle of 185.69º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8794 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 135 | 148 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.42 |
| HSL | 185.69º | 0.86% | 0.31% | - |
| HSV(B) | 185.69º | 0.93% | 0.58% | - |
| XYZ | 14.15 | 19.54 | 31.04 | - |
| YUV | 99.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 148 | 0.93 | 0.09 | 0 | 0.42 | 185.69 | 0.86 | 0.31 |
| Hex | B | 87 | 94 | 5D | 9 | 0 | 2A | BA | 56 | 1F |
| Octal | 13 | 207 | 224 | 135 | 11 | 0 | 52 | 272 | 126 | 37 |
| Binary | 1011 | 10000111 | 10010100 | 1011101 | 1001 | 0 | 101010 | 10111010 | 1010110 | 11111 |
Color Harmonies of #0B8794
Complementary color
Monochromatic Colors of #0B8794
Black with #0B8794
Text Example
Text Example
White with #0B8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8794; }
p { color: rgb(11,135,148); }
H1.HeaderClassName
{
color: #0B8794;
}
.AnyTagClassName
{
color: #0B8794;
}
</style>
background-color css
<style>
a { background-color: #0B8794; }
a { background-color: rgb(11,135,148); }
div.DivClassName
{
background-color: #0B8794;
}
.BgClassName
{
background-color: #0B8794;
}
</style>
border-color css
<style>
span { border-color: #0B8794; }
span { border-color: rgb(11,135,148); }
td.TdClassName
{
border-color: #0B8794;
}
.TagClassName
{
border-color: #0B8794;
}
</style>