Shades of Deep Sea #098369
Tints of Deep Sea #098369
RGB
CMYK
RGB Variations
Color information
#098369 (or 0x098369) is known color: Deep Sea. HEX triplet: 09, 83 and 69. RGB value is (9,131,105). Sum of RGB (Red+Green+Blue) = 9+131+105=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #098369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098369 is #F67C96. Grayscale: #5B5B5B. Windows color (decimal): -16153751 or 6914825. OLE color: 6914825.
HSL color Cylindrical-coordinate representation of color #098369: hue angle of 167.21º 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 #098369 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 105 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.49 |
| HSL | 167.21º | 0.87% | 0.27% | - |
| HSV(B) | 167.21º | 0.93% | 0.51% | - |
| XYZ | 10.78 | 17.31 | 16.14 | - |
| YUV | 91.56 | 135.58 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 105 | 0.93 | 0 | 0.20 | 0.49 | 167.21 | 0.87 | 0.27 |
| Hex | 9 | 83 | 69 | 5D | 0 | 14 | 31 | A7 | 57 | 1B |
| Octal | 11 | 203 | 151 | 135 | 0 | 24 | 61 | 247 | 127 | 33 |
| Binary | 1001 | 10000011 | 1101001 | 1011101 | 0 | 10100 | 110001 | 10100111 | 1010111 | 11011 |
Color Harmonies of #098369
Complementary color
Monochromatic Colors of #098369
Black with #098369
Text Example
Text Example
White with #098369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098369; }
p { color: rgb(9,131,105); }
H1.HeaderClassName
{
color: #098369;
}
.AnyTagClassName
{
color: #098369;
}
</style>
background-color css
<style>
a { background-color: #098369; }
a { background-color: rgb(9,131,105); }
div.DivClassName
{
background-color: #098369;
}
.BgClassName
{
background-color: #098369;
}
</style>
border-color css
<style>
span { border-color: #098369; }
span { border-color: rgb(9,131,105); }
td.TdClassName
{
border-color: #098369;
}
.TagClassName
{
border-color: #098369;
}
</style>