Shades of Deep Sea #09865B
Tints of Deep Sea #09865B
RGB
CMYK
RGB Variations
Color information
#09865B (or 0x09865B) is known color: Deep Sea. HEX triplet: 09, 86 and 5B. RGB value is (9,134,91). Sum of RGB (Red+Green+Blue) = 9+134+91=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #09865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09865B is #F679A4. Grayscale: #5B5B5B. Windows color (decimal): -16152997 or 5998089. OLE color: 5998089.
HSL color Cylindrical-coordinate representation of color #09865B: hue angle of 159.36º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09865B is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 91 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.47 |
| HSL | 159.36º | 0.87% | 0.28% | - |
| HSV(B) | 159.36º | 0.93% | 0.53% | - |
| XYZ | 10.53 | 17.86 | 12.79 | - |
| YUV | 91.72 | 127.59 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 91 | 0.93 | 0 | 0.32 | 0.47 | 159.36 | 0.87 | 0.28 |
| Hex | 9 | 86 | 5B | 5D | 0 | 20 | 2F | 9F | 57 | 1C |
| Octal | 11 | 206 | 133 | 135 | 0 | 40 | 57 | 237 | 127 | 34 |
| Binary | 1001 | 10000110 | 1011011 | 1011101 | 0 | 100000 | 101111 | 10011111 | 1010111 | 11100 |
Color Harmonies of #09865B
Complementary color
Monochromatic Colors of #09865B
Black with #09865B
Text Example
Text Example
White with #09865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09865B; }
p { color: rgb(9,134,91); }
H1.HeaderClassName
{
color: #09865B;
}
.AnyTagClassName
{
color: #09865B;
}
</style>
background-color css
<style>
a { background-color: #09865B; }
a { background-color: rgb(9,134,91); }
div.DivClassName
{
background-color: #09865B;
}
.BgClassName
{
background-color: #09865B;
}
</style>
border-color css
<style>
span { border-color: #09865B; }
span { border-color: rgb(9,134,91); }
td.TdClassName
{
border-color: #09865B;
}
.TagClassName
{
border-color: #09865B;
}
</style>