Shades of Deep Sea #088164
Tints of Deep Sea #088164
RGB
CMYK
RGB Variations
Color information
#088164 (or 0x088164) is known color: Deep Sea. HEX triplet: 08, 81 and 64. RGB value is (8,129,100). Sum of RGB (Red+Green+Blue) = 8+129+100=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #088164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088164 is #F77E9B. Grayscale: #595959. Windows color (decimal): -16219804 or 6586632. OLE color: 6586632.
HSL color Cylindrical-coordinate representation of color #088164: hue angle of 165.62º 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 #088164 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 100 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.49 |
| HSL | 165.62º | 0.88% | 0.27% | - |
| HSV(B) | 165.62º | 0.94% | 0.51% | - |
| XYZ | 10.25 | 16.67 | 14.73 | - |
| YUV | 89.52 | 133.91 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 100 | 0.94 | 0 | 0.22 | 0.49 | 165.62 | 0.88 | 0.27 |
| Hex | 8 | 81 | 64 | 5E | 0 | 16 | 31 | A6 | 58 | 1B |
| Octal | 10 | 201 | 144 | 136 | 0 | 26 | 61 | 246 | 130 | 33 |
| Binary | 1000 | 10000001 | 1100100 | 1011110 | 0 | 10110 | 110001 | 10100110 | 1011000 | 11011 |
Color Harmonies of #088164
Complementary color
Monochromatic Colors of #088164
Black with #088164
Text Example
Text Example
White with #088164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088164; }
p { color: rgb(8,129,100); }
H1.HeaderClassName
{
color: #088164;
}
.AnyTagClassName
{
color: #088164;
}
</style>
background-color css
<style>
a { background-color: #088164; }
a { background-color: rgb(8,129,100); }
div.DivClassName
{
background-color: #088164;
}
.BgClassName
{
background-color: #088164;
}
</style>
border-color css
<style>
span { border-color: #088164; }
span { border-color: rgb(8,129,100); }
td.TdClassName
{
border-color: #088164;
}
.TagClassName
{
border-color: #088164;
}
</style>