Shades of Deep Sea #098064
Tints of Deep Sea #098064
RGB
CMYK
RGB Variations
Color information
#098064 (or 0x098064) is known color: Deep Sea. HEX triplet: 09, 80 and 64. RGB value is (9,128,100). Sum of RGB (Red+Green+Blue) = 9+128+100=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #098064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098064 is #F67F9B. Grayscale: #595959. Windows color (decimal): -16154524 or 6586377. OLE color: 6586377.
HSL color Cylindrical-coordinate representation of color #098064: hue angle of 165.88º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098064 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 100 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.50 |
| HSL | 165.88º | 0.87% | 0.27% | - |
| HSV(B) | 165.88º | 0.93% | 0.5% | - |
| XYZ | 10.13 | 16.42 | 14.69 | - |
| YUV | 89.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 100 | 0.93 | 0 | 0.22 | 0.50 | 165.88 | 0.87 | 0.27 |
| Hex | 9 | 80 | 64 | 5D | 0 | 16 | 32 | A6 | 57 | 1B |
| Octal | 11 | 200 | 144 | 135 | 0 | 26 | 62 | 246 | 127 | 33 |
| Binary | 1001 | 10000000 | 1100100 | 1011101 | 0 | 10110 | 110010 | 10100110 | 1010111 | 11011 |
Color Harmonies of #098064
Complementary color
Monochromatic Colors of #098064
Black with #098064
Text Example
Text Example
White with #098064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098064; }
p { color: rgb(9,128,100); }
H1.HeaderClassName
{
color: #098064;
}
.AnyTagClassName
{
color: #098064;
}
</style>
background-color css
<style>
a { background-color: #098064; }
a { background-color: rgb(9,128,100); }
div.DivClassName
{
background-color: #098064;
}
.BgClassName
{
background-color: #098064;
}
</style>
border-color css
<style>
span { border-color: #098064; }
span { border-color: rgb(9,128,100); }
td.TdClassName
{
border-color: #098064;
}
.TagClassName
{
border-color: #098064;
}
</style>