Shades of Deep Sea #10805C
Tints of Deep Sea #10805C
RGB
CMYK
RGB Variations
Color information
#10805C (or 0x10805C) is known color: Deep Sea. HEX triplet: 10, 80 and 5C. RGB value is (16,128,92). Sum of RGB (Red+Green+Blue) = 16+128+92=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #10805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10805C is #EF7FA3. Grayscale: #5A5A5A. Windows color (decimal): -15695780 or 6062096. OLE color: 6062096.
HSL color Cylindrical-coordinate representation of color #10805C: hue angle of 160.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10805C is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 128 | 92 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.50 |
| HSL | 160.71º | 0.78% | 0.28% | - |
| HSV(B) | 160.71º | 0.88% | 0.5% | - |
| XYZ | 9.86 | 16.32 | 12.76 | - |
| YUV | 90.41 | 128.89 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 92 | 0.88 | 0 | 0.28 | 0.50 | 160.71 | 0.78 | 0.28 |
| Hex | 10 | 80 | 5C | 58 | 0 | 1C | 32 | A1 | 4E | 1C |
| Octal | 20 | 200 | 134 | 130 | 0 | 34 | 62 | 241 | 116 | 34 |
| Binary | 10000 | 10000000 | 1011100 | 1011000 | 0 | 11100 | 110010 | 10100001 | 1001110 | 11100 |
Color Harmonies of #10805C
Complementary color
Monochromatic Colors of #10805C
Black with #10805C
Text Example
Text Example
White with #10805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10805C; }
p { color: rgb(16,128,92); }
H1.HeaderClassName
{
color: #10805C;
}
.AnyTagClassName
{
color: #10805C;
}
</style>
background-color css
<style>
a { background-color: #10805C; }
a { background-color: rgb(16,128,92); }
div.DivClassName
{
background-color: #10805C;
}
.BgClassName
{
background-color: #10805C;
}
</style>
border-color css
<style>
span { border-color: #10805C; }
span { border-color: rgb(16,128,92); }
td.TdClassName
{
border-color: #10805C;
}
.TagClassName
{
border-color: #10805C;
}
</style>