Shades of Deep Sea #0B825A
Tints of Deep Sea #0B825A
RGB
CMYK
RGB Variations
Color information
#0B825A (or 0x0B825A) is known color: Deep Sea. HEX triplet: 0B, 82 and 5A. RGB value is (11,130,90). Sum of RGB (Red+Green+Blue) = 11+130+90=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #0B825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B825A is #F47DA5. Grayscale: #595959. Windows color (decimal): -16022950 or 5931531. OLE color: 5931531.
HSL color Cylindrical-coordinate representation of color #0B825A: hue angle of 159.83º degrees, saturation: 0.84, 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 #0B825A is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 90 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.49 |
| HSL | 159.83º | 0.84% | 0.28% | - |
| HSV(B) | 159.83º | 0.92% | 0.51% | - |
| XYZ | 9.97 | 16.77 | 12.39 | - |
| YUV | 89.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 90 | 0.92 | 0 | 0.31 | 0.49 | 159.83 | 0.84 | 0.28 |
| Hex | B | 82 | 5A | 5C | 0 | 1F | 31 | A0 | 54 | 1C |
| Octal | 13 | 202 | 132 | 134 | 0 | 37 | 61 | 240 | 124 | 34 |
| Binary | 1011 | 10000010 | 1011010 | 1011100 | 0 | 11111 | 110001 | 10100000 | 1010100 | 11100 |
Color Harmonies of #0B825A
Complementary color
Monochromatic Colors of #0B825A
Black with #0B825A
Text Example
Text Example
White with #0B825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B825A; }
p { color: rgb(11,130,90); }
H1.HeaderClassName
{
color: #0B825A;
}
.AnyTagClassName
{
color: #0B825A;
}
</style>
background-color css
<style>
a { background-color: #0B825A; }
a { background-color: rgb(11,130,90); }
div.DivClassName
{
background-color: #0B825A;
}
.BgClassName
{
background-color: #0B825A;
}
</style>
border-color css
<style>
span { border-color: #0B825A; }
span { border-color: rgb(11,130,90); }
td.TdClassName
{
border-color: #0B825A;
}
.TagClassName
{
border-color: #0B825A;
}
</style>