Shades of Deep Sea #0B8465
Tints of Deep Sea #0B8465
RGB
CMYK
RGB Variations
Color information
#0B8465 (or 0x0B8465) is known color: Deep Sea. HEX triplet: 0B, 84 and 65. RGB value is (11,132,101). Sum of RGB (Red+Green+Blue) = 11+132+101=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8465 is #F47B9A. Grayscale: #5C5C5C. Windows color (decimal): -16022427 or 6652939. OLE color: 6652939.
HSL color Cylindrical-coordinate representation of color #0B8465: hue angle of 164.63º 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 #0B8465 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 132 | 101 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.48 |
| HSL | 164.63º | 0.85% | 0.28% | - |
| HSV(B) | 164.63º | 0.92% | 0.52% | - |
| XYZ | 10.74 | 17.51 | 15.13 | - |
| YUV | 92.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 101 | 0.92 | 0 | 0.23 | 0.48 | 164.63 | 0.85 | 0.28 |
| Hex | B | 84 | 65 | 5C | 0 | 17 | 30 | A5 | 55 | 1C |
| Octal | 13 | 204 | 145 | 134 | 0 | 27 | 60 | 245 | 125 | 34 |
| Binary | 1011 | 10000100 | 1100101 | 1011100 | 0 | 10111 | 110000 | 10100101 | 1010101 | 11100 |
Color Harmonies of #0B8465
Complementary color
Monochromatic Colors of #0B8465
Black with #0B8465
Text Example
Text Example
White with #0B8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8465; }
p { color: rgb(11,132,101); }
H1.HeaderClassName
{
color: #0B8465;
}
.AnyTagClassName
{
color: #0B8465;
}
</style>
background-color css
<style>
a { background-color: #0B8465; }
a { background-color: rgb(11,132,101); }
div.DivClassName
{
background-color: #0B8465;
}
.BgClassName
{
background-color: #0B8465;
}
</style>
border-color css
<style>
span { border-color: #0B8465; }
span { border-color: rgb(11,132,101); }
td.TdClassName
{
border-color: #0B8465;
}
.TagClassName
{
border-color: #0B8465;
}
</style>