Shades of Deep Sea #088064
Tints of Deep Sea #088064
RGB
CMYK
RGB Variations
Color information
#088064 (or 0x088064) is known color: Deep Sea. HEX triplet: 08, 80 and 64. RGB value is (8,128,100). Sum of RGB (Red+Green+Blue) = 8+128+100=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #088064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088064 is #F77F9B. Grayscale: #585858. Windows color (decimal): -16220060 or 6586376. OLE color: 6586376.
HSL color Cylindrical-coordinate representation of color #088064: hue angle of 166º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088064 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 128 | 100 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.50 |
| HSL | 166º | 0.88% | 0.27% | - |
| HSV(B) | 166º | 0.94% | 0.5% | - |
| XYZ | 10.12 | 16.41 | 14.69 | - |
| YUV | 88.93 | 134.24 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 100 | 0.94 | 0 | 0.22 | 0.50 | 166 | 0.88 | 0.27 |
| Hex | 8 | 80 | 64 | 5E | 0 | 16 | 32 | A6 | 58 | 1B |
| Octal | 10 | 200 | 144 | 136 | 0 | 26 | 62 | 246 | 130 | 33 |
| Binary | 1000 | 10000000 | 1100100 | 1011110 | 0 | 10110 | 110010 | 10100110 | 1011000 | 11011 |
Color Harmonies of #088064
Complementary color
Monochromatic Colors of #088064
Black with #088064
Text Example
Text Example
White with #088064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088064; }
p { color: rgb(8,128,100); }
H1.HeaderClassName
{
color: #088064;
}
.AnyTagClassName
{
color: #088064;
}
</style>
background-color css
<style>
a { background-color: #088064; }
a { background-color: rgb(8,128,100); }
div.DivClassName
{
background-color: #088064;
}
.BgClassName
{
background-color: #088064;
}
</style>
border-color css
<style>
span { border-color: #088064; }
span { border-color: rgb(8,128,100); }
td.TdClassName
{
border-color: #088064;
}
.TagClassName
{
border-color: #088064;
}
</style>