Shades of Eastern Blue #0B8A9A
Tints of Eastern Blue #0B8A9A
RGB
CMYK
RGB Variations
Color information
#0B8A9A (or 0x0B8A9A) is known color: Eastern Blue. HEX triplet: 0B, 8A and 9A. RGB value is (11,138,154). Sum of RGB (Red+Green+Blue) = 11+138+154=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B8A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8A9A is #F47565. Grayscale: #656565. Windows color (decimal): -16020838 or 10127883. OLE color: 10127883.
HSL color Cylindrical-coordinate representation of color #0B8A9A: hue angle of 186.71º 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 #0B8A9A is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 138 | 154 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.40 |
| HSL | 186.71º | 0.87% | 0.32% | - |
| HSV(B) | 186.71º | 0.93% | 0.6% | - |
| XYZ | 15.06 | 20.58 | 33.75 | - |
| YUV | 101.85 | 157.42 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 154 | 0.93 | 0.10 | 0 | 0.40 | 186.71 | 0.87 | 0.32 |
| Hex | B | 8A | 9A | 5D | A | 0 | 28 | BB | 57 | 20 |
| Octal | 13 | 212 | 232 | 135 | 12 | 0 | 50 | 273 | 127 | 40 |
| Binary | 1011 | 10001010 | 10011010 | 1011101 | 1010 | 0 | 101000 | 10111011 | 1010111 | 100000 |
Color Harmonies of #0B8A9A
Complementary color
Monochromatic Colors of #0B8A9A
Black with #0B8A9A
Text Example
Text Example
White with #0B8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A9A; }
p { color: rgb(11,138,154); }
H1.HeaderClassName
{
color: #0B8A9A;
}
.AnyTagClassName
{
color: #0B8A9A;
}
</style>
background-color css
<style>
a { background-color: #0B8A9A; }
a { background-color: rgb(11,138,154); }
div.DivClassName
{
background-color: #0B8A9A;
}
.BgClassName
{
background-color: #0B8A9A;
}
</style>
border-color css
<style>
span { border-color: #0B8A9A; }
span { border-color: rgb(11,138,154); }
td.TdClassName
{
border-color: #0B8A9A;
}
.TagClassName
{
border-color: #0B8A9A;
}
</style>