Shades of Deep Sea #098367
Tints of Deep Sea #098367
RGB
CMYK
RGB Variations
Color information
#098367 (or 0x098367) is known color: Deep Sea. HEX triplet: 09, 83 and 67. RGB value is (9,131,103). Sum of RGB (Red+Green+Blue) = 9+131+103=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #098367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098367 is #F67C98. Grayscale: #5B5B5B. Windows color (decimal): -16153753 or 6783753. OLE color: 6783753.
HSL color Cylindrical-coordinate representation of color #098367: hue angle of 166.23º 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 #098367 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 131 | 103 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.49 |
| HSL | 166.23º | 0.87% | 0.27% | - |
| HSV(B) | 166.23º | 0.93% | 0.51% | - |
| XYZ | 10.68 | 17.27 | 15.6 | - |
| YUV | 91.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 103 | 0.93 | 0 | 0.21 | 0.49 | 166.23 | 0.87 | 0.27 |
| Hex | 9 | 83 | 67 | 5D | 0 | 15 | 31 | A6 | 57 | 1B |
| Octal | 11 | 203 | 147 | 135 | 0 | 25 | 61 | 246 | 127 | 33 |
| Binary | 1001 | 10000011 | 1100111 | 1011101 | 0 | 10101 | 110001 | 10100110 | 1010111 | 11011 |
Color Harmonies of #098367
Complementary color
Monochromatic Colors of #098367
Black with #098367
Text Example
Text Example
White with #098367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098367; }
p { color: rgb(9,131,103); }
H1.HeaderClassName
{
color: #098367;
}
.AnyTagClassName
{
color: #098367;
}
</style>
background-color css
<style>
a { background-color: #098367; }
a { background-color: rgb(9,131,103); }
div.DivClassName
{
background-color: #098367;
}
.BgClassName
{
background-color: #098367;
}
</style>
border-color css
<style>
span { border-color: #098367; }
span { border-color: rgb(9,131,103); }
td.TdClassName
{
border-color: #098367;
}
.TagClassName
{
border-color: #098367;
}
</style>