Shades of Deep Sea #098864
Tints of Deep Sea #098864
RGB
CMYK
RGB Variations
Color information
#098864 (or 0x098864) is known color: Deep Sea. HEX triplet: 09, 88 and 64. RGB value is (9,136,100). Sum of RGB (Red+Green+Blue) = 9+136+100=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #098864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098864 is #F6779B. Grayscale: #5D5D5D. Windows color (decimal): -16152476 or 6588425. OLE color: 6588425.
HSL color Cylindrical-coordinate representation of color #098864: hue angle of 162.99º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098864 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 100 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.47 |
| HSL | 162.99º | 0.88% | 0.28% | - |
| HSV(B) | 162.99º | 0.93% | 0.53% | - |
| XYZ | 11.22 | 18.59 | 15.05 | - |
| YUV | 93.92 | 131.42 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 100 | 0.93 | 0 | 0.26 | 0.47 | 162.99 | 0.88 | 0.28 |
| Hex | 9 | 88 | 64 | 5D | 0 | 1A | 2F | A3 | 58 | 1C |
| Octal | 11 | 210 | 144 | 135 | 0 | 32 | 57 | 243 | 130 | 34 |
| Binary | 1001 | 10001000 | 1100100 | 1011101 | 0 | 11010 | 101111 | 10100011 | 1011000 | 11100 |
Color Harmonies of #098864
Complementary color
Monochromatic Colors of #098864
Black with #098864
Text Example
Text Example
White with #098864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098864; }
p { color: rgb(9,136,100); }
H1.HeaderClassName
{
color: #098864;
}
.AnyTagClassName
{
color: #098864;
}
</style>
background-color css
<style>
a { background-color: #098864; }
a { background-color: rgb(9,136,100); }
div.DivClassName
{
background-color: #098864;
}
.BgClassName
{
background-color: #098864;
}
</style>
border-color css
<style>
span { border-color: #098864; }
span { border-color: rgb(9,136,100); }
td.TdClassName
{
border-color: #098864;
}
.TagClassName
{
border-color: #098864;
}
</style>