Shades of Deep Sea #0B836D
Tints of Deep Sea #0B836D
RGB
CMYK
RGB Variations
Color information
#0B836D (or 0x0B836D) is known color: Deep Sea. HEX triplet: 0B, 83 and 6D. RGB value is (11,131,109). Sum of RGB (Red+Green+Blue) = 11+131+109=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #0B836D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B836D is #F47C92. Grayscale: #5C5C5C. Windows color (decimal): -16022675 or 7176971. OLE color: 7176971.
HSL color Cylindrical-coordinate representation of color #0B836D: hue angle of 169º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B836D is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 109 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.49 |
| HSL | 169º | 0.85% | 0.28% | - |
| HSV(B) | 169º | 0.92% | 0.51% | - |
| XYZ | 11.01 | 17.41 | 17.25 | - |
| YUV | 92.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 109 | 0.92 | 0 | 0.17 | 0.49 | 169 | 0.85 | 0.28 |
| Hex | B | 83 | 6D | 5C | 0 | 11 | 31 | A9 | 55 | 1C |
| Octal | 13 | 203 | 155 | 134 | 0 | 21 | 61 | 251 | 125 | 34 |
| Binary | 1011 | 10000011 | 1101101 | 1011100 | 0 | 10001 | 110001 | 10101001 | 1010101 | 11100 |
Color Harmonies of #0B836D
Complementary color
Monochromatic Colors of #0B836D
Black with #0B836D
Text Example
Text Example
White with #0B836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B836D; }
p { color: rgb(11,131,109); }
H1.HeaderClassName
{
color: #0B836D;
}
.AnyTagClassName
{
color: #0B836D;
}
</style>
background-color css
<style>
a { background-color: #0B836D; }
a { background-color: rgb(11,131,109); }
div.DivClassName
{
background-color: #0B836D;
}
.BgClassName
{
background-color: #0B836D;
}
</style>
border-color css
<style>
span { border-color: #0B836D; }
span { border-color: rgb(11,131,109); }
td.TdClassName
{
border-color: #0B836D;
}
.TagClassName
{
border-color: #0B836D;
}
</style>