Shades of Deep Sea #0B805E
Tints of Deep Sea #0B805E
RGB
CMYK
RGB Variations
Color information
#0B805E (or 0x0B805E) is known color: Deep Sea. HEX triplet: 0B, 80 and 5E. RGB value is (11,128,94). Sum of RGB (Red+Green+Blue) = 11+128+94=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #0B805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B805E is #F47FA1. Grayscale: #595959. Windows color (decimal): -16023458 or 6193163. OLE color: 6193163.
HSL color Cylindrical-coordinate representation of color #0B805E: hue angle of 162.56º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B805E is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 128 | 94 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.50 |
| HSL | 162.56º | 0.84% | 0.27% | - |
| HSV(B) | 162.56º | 0.91% | 0.5% | - |
| XYZ | 9.88 | 16.32 | 13.22 | - |
| YUV | 89.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 128 | 94 | 0.91 | 0 | 0.27 | 0.50 | 162.56 | 0.84 | 0.27 |
| Hex | B | 80 | 5E | 5B | 0 | 1B | 32 | A3 | 54 | 1B |
| Octal | 13 | 200 | 136 | 133 | 0 | 33 | 62 | 243 | 124 | 33 |
| Binary | 1011 | 10000000 | 1011110 | 1011011 | 0 | 11011 | 110010 | 10100011 | 1010100 | 11011 |
Color Harmonies of #0B805E
Complementary color
Monochromatic Colors of #0B805E
Black with #0B805E
Text Example
Text Example
White with #0B805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B805E; }
p { color: rgb(11,128,94); }
H1.HeaderClassName
{
color: #0B805E;
}
.AnyTagClassName
{
color: #0B805E;
}
</style>
background-color css
<style>
a { background-color: #0B805E; }
a { background-color: rgb(11,128,94); }
div.DivClassName
{
background-color: #0B805E;
}
.BgClassName
{
background-color: #0B805E;
}
</style>
border-color css
<style>
span { border-color: #0B805E; }
span { border-color: rgb(11,128,94); }
td.TdClassName
{
border-color: #0B805E;
}
.TagClassName
{
border-color: #0B805E;
}
</style>