Shades of Deep Sea #098459
Tints of Deep Sea #098459
RGB
CMYK
RGB Variations
Color information
#098459 (or 0x098459) is known color: Deep Sea. HEX triplet: 09, 84 and 59. RGB value is (9,132,89). Sum of RGB (Red+Green+Blue) = 9+132+89=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #098459 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098459 is #F67BA6. Grayscale: #5A5A5A. Windows color (decimal): -16153511 or 5866505. OLE color: 5866505.
HSL color Cylindrical-coordinate representation of color #098459: hue angle of 159.02º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098459 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 89 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.48 |
| HSL | 159.02º | 0.87% | 0.28% | - |
| HSV(B) | 159.02º | 0.93% | 0.52% | - |
| XYZ | 10.17 | 17.28 | 12.25 | - |
| YUV | 90.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 89 | 0.93 | 0 | 0.33 | 0.48 | 159.02 | 0.87 | 0.28 |
| Hex | 9 | 84 | 59 | 5D | 0 | 21 | 30 | 9F | 57 | 1C |
| Octal | 11 | 204 | 131 | 135 | 0 | 41 | 60 | 237 | 127 | 34 |
| Binary | 1001 | 10000100 | 1011001 | 1011101 | 0 | 100001 | 110000 | 10011111 | 1010111 | 11100 |
Color Harmonies of #098459
Complementary color
Monochromatic Colors of #098459
Black with #098459
Text Example
Text Example
White with #098459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098459; }
p { color: rgb(9,132,89); }
H1.HeaderClassName
{
color: #098459;
}
.AnyTagClassName
{
color: #098459;
}
</style>
background-color css
<style>
a { background-color: #098459; }
a { background-color: rgb(9,132,89); }
div.DivClassName
{
background-color: #098459;
}
.BgClassName
{
background-color: #098459;
}
</style>
border-color css
<style>
span { border-color: #098459; }
span { border-color: rgb(9,132,89); }
td.TdClassName
{
border-color: #098459;
}
.TagClassName
{
border-color: #098459;
}
</style>