Shades of Deep Sea #0B8561
Tints of Deep Sea #0B8561
RGB
CMYK
RGB Variations
Color information
#0B8561 (or 0x0B8561) is known color: Deep Sea. HEX triplet: 0B, 85 and 61. RGB value is (11,133,97). Sum of RGB (Red+Green+Blue) = 11+133+97=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8561 is #F47A9E. Grayscale: #5C5C5C. Windows color (decimal): -16022175 or 6391051. OLE color: 6391051.
HSL color Cylindrical-coordinate representation of color #0B8561: hue angle of 162.3º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8561 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 97 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.48 |
| HSL | 162.3º | 0.85% | 0.28% | - |
| HSV(B) | 162.3º | 0.92% | 0.52% | - |
| XYZ | 10.68 | 17.71 | 14.16 | - |
| YUV | 92.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 97 | 0.92 | 0 | 0.27 | 0.48 | 162.3 | 0.85 | 0.28 |
| Hex | B | 85 | 61 | 5C | 0 | 1B | 30 | A2 | 55 | 1C |
| Octal | 13 | 205 | 141 | 134 | 0 | 33 | 60 | 242 | 125 | 34 |
| Binary | 1011 | 10000101 | 1100001 | 1011100 | 0 | 11011 | 110000 | 10100010 | 1010101 | 11100 |
Color Harmonies of #0B8561
Complementary color
Monochromatic Colors of #0B8561
Black with #0B8561
Text Example
Text Example
White with #0B8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8561; }
p { color: rgb(11,133,97); }
H1.HeaderClassName
{
color: #0B8561;
}
.AnyTagClassName
{
color: #0B8561;
}
</style>
background-color css
<style>
a { background-color: #0B8561; }
a { background-color: rgb(11,133,97); }
div.DivClassName
{
background-color: #0B8561;
}
.BgClassName
{
background-color: #0B8561;
}
</style>
border-color css
<style>
span { border-color: #0B8561; }
span { border-color: rgb(11,133,97); }
td.TdClassName
{
border-color: #0B8561;
}
.TagClassName
{
border-color: #0B8561;
}
</style>