Shades of Deep Sea #098364
Tints of Deep Sea #098364
RGB
CMYK
RGB Variations
Color information
#098364 (or 0x098364) is known color: Deep Sea. HEX triplet: 09, 83 and 64. RGB value is (9,131,100). Sum of RGB (Red+Green+Blue) = 9+131+100=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #098364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098364 is #F67C9B. Grayscale: #5A5A5A. Windows color (decimal): -16153756 or 6587145. OLE color: 6587145.
HSL color Cylindrical-coordinate representation of color #098364: hue angle of 164.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098364 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 100 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.49 |
| HSL | 164.75º | 0.87% | 0.27% | - |
| HSV(B) | 164.75º | 0.93% | 0.51% | - |
| XYZ | 10.53 | 17.21 | 14.82 | - |
| YUV | 90.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 100 | 0.93 | 0 | 0.24 | 0.49 | 164.75 | 0.87 | 0.27 |
| Hex | 9 | 83 | 64 | 5D | 0 | 18 | 31 | A5 | 57 | 1B |
| Octal | 11 | 203 | 144 | 135 | 0 | 30 | 61 | 245 | 127 | 33 |
| Binary | 1001 | 10000011 | 1100100 | 1011101 | 0 | 11000 | 110001 | 10100101 | 1010111 | 11011 |
Color Harmonies of #098364
Complementary color
Monochromatic Colors of #098364
Black with #098364
Text Example
Text Example
White with #098364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098364; }
p { color: rgb(9,131,100); }
H1.HeaderClassName
{
color: #098364;
}
.AnyTagClassName
{
color: #098364;
}
</style>
background-color css
<style>
a { background-color: #098364; }
a { background-color: rgb(9,131,100); }
div.DivClassName
{
background-color: #098364;
}
.BgClassName
{
background-color: #098364;
}
</style>
border-color css
<style>
span { border-color: #098364; }
span { border-color: rgb(9,131,100); }
td.TdClassName
{
border-color: #098364;
}
.TagClassName
{
border-color: #098364;
}
</style>