Shades of Eastern Blue #0B7D96
Tints of Eastern Blue #0B7D96
RGB
CMYK
RGB Variations
Color information
#0B7D96 (or 0x0B7D96) is known color: Eastern Blue. HEX triplet: 0B, 7D and 96. RGB value is (11,125,150). Sum of RGB (Red+Green+Blue) = 11+125+150=286 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.85% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B7D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7D96 is #F48269. Grayscale: #5D5D5D. Windows color (decimal): -16024170 or 9862411. OLE color: 9862411.
HSL color Cylindrical-coordinate representation of color #0B7D96: hue angle of 190.79º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7D96 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 125 | 150 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.41 |
| HSL | 190.79º | 0.86% | 0.32% | - |
| HSV(B) | 190.79º | 0.93% | 0.59% | - |
| XYZ | 12.98 | 16.94 | 31.44 | - |
| YUV | 93.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 150 | 0.93 | 0.17 | 0 | 0.41 | 190.79 | 0.86 | 0.32 |
| Hex | B | 7D | 96 | 5D | 11 | 0 | 29 | BF | 56 | 20 |
| Octal | 13 | 175 | 226 | 135 | 21 | 0 | 51 | 277 | 126 | 40 |
| Binary | 1011 | 1111101 | 10010110 | 1011101 | 10001 | 0 | 101001 | 10111111 | 1010110 | 100000 |
Color Harmonies of #0B7D96
Complementary color
Monochromatic Colors of #0B7D96
Black with #0B7D96
Text Example
Text Example
White with #0B7D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7D96; }
p { color: rgb(11,125,150); }
H1.HeaderClassName
{
color: #0B7D96;
}
.AnyTagClassName
{
color: #0B7D96;
}
</style>
background-color css
<style>
a { background-color: #0B7D96; }
a { background-color: rgb(11,125,150); }
div.DivClassName
{
background-color: #0B7D96;
}
.BgClassName
{
background-color: #0B7D96;
}
</style>
border-color css
<style>
span { border-color: #0B7D96; }
span { border-color: rgb(11,125,150); }
td.TdClassName
{
border-color: #0B7D96;
}
.TagClassName
{
border-color: #0B7D96;
}
</style>