Shades of Deep Sea #088365
Tints of Deep Sea #088365
RGB
CMYK
RGB Variations
Color information
#088365 (or 0x088365) is known color: Deep Sea. HEX triplet: 08, 83 and 65. RGB value is (8,131,101). Sum of RGB (Red+Green+Blue) = 8+131+101=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #088365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088365 is #F77C9A. Grayscale: #5A5A5A. Windows color (decimal): -16219291 or 6652680. OLE color: 6652680.
HSL color Cylindrical-coordinate representation of color #088365: hue angle of 165.37º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088365 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 101 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.49 |
| HSL | 165.37º | 0.88% | 0.27% | - |
| HSV(B) | 165.37º | 0.94% | 0.51% | - |
| XYZ | 10.57 | 17.22 | 15.08 | - |
| YUV | 90.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 101 | 0.94 | 0 | 0.23 | 0.49 | 165.37 | 0.88 | 0.27 |
| Hex | 8 | 83 | 65 | 5E | 0 | 17 | 31 | A5 | 58 | 1B |
| Octal | 10 | 203 | 145 | 136 | 0 | 27 | 61 | 245 | 130 | 33 |
| Binary | 1000 | 10000011 | 1100101 | 1011110 | 0 | 10111 | 110001 | 10100101 | 1011000 | 11011 |
Color Harmonies of #088365
Complementary color
Monochromatic Colors of #088365
Black with #088365
Text Example
Text Example
White with #088365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088365; }
p { color: rgb(8,131,101); }
H1.HeaderClassName
{
color: #088365;
}
.AnyTagClassName
{
color: #088365;
}
</style>
background-color css
<style>
a { background-color: #088365; }
a { background-color: rgb(8,131,101); }
div.DivClassName
{
background-color: #088365;
}
.BgClassName
{
background-color: #088365;
}
</style>
border-color css
<style>
span { border-color: #088365; }
span { border-color: rgb(8,131,101); }
td.TdClassName
{
border-color: #088365;
}
.TagClassName
{
border-color: #088365;
}
</style>