Shades of Deep Sea #10735D
Tints of Deep Sea #10735D
RGB
CMYK
RGB Variations
Color information
#10735D (or 0x10735D) is known color: Deep Sea. HEX triplet: 10, 73 and 5D. RGB value is (16,115,93). Sum of RGB (Red+Green+Blue) = 16+115+93=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #10735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10735D is #EF8CA2. Grayscale: #525252. Windows color (decimal): -15699107 or 6124304. OLE color: 6124304.
HSL color Cylindrical-coordinate representation of color #10735D: hue angle of 166.67º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10735D is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 93 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.55 |
| HSL | 166.67º | 0.76% | 0.26% | - |
| HSV(B) | 166.67º | 0.86% | 0.45% | - |
| XYZ | 8.32 | 13.16 | 12.46 | - |
| YUV | 82.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 93 | 0.86 | 0 | 0.19 | 0.55 | 166.67 | 0.76 | 0.26 |
| Hex | 10 | 73 | 5D | 56 | 0 | 13 | 37 | A7 | 4C | 1A |
| Octal | 20 | 163 | 135 | 126 | 0 | 23 | 67 | 247 | 114 | 32 |
| Binary | 10000 | 1110011 | 1011101 | 1010110 | 0 | 10011 | 110111 | 10100111 | 1001100 | 11010 |
Color Harmonies of #10735D
Complementary color
Monochromatic Colors of #10735D
Black with #10735D
Text Example
Text Example
White with #10735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10735D; }
p { color: rgb(16,115,93); }
H1.HeaderClassName
{
color: #10735D;
}
.AnyTagClassName
{
color: #10735D;
}
</style>
background-color css
<style>
a { background-color: #10735D; }
a { background-color: rgb(16,115,93); }
div.DivClassName
{
background-color: #10735D;
}
.BgClassName
{
background-color: #10735D;
}
</style>
border-color css
<style>
span { border-color: #10735D; }
span { border-color: rgb(16,115,93); }
td.TdClassName
{
border-color: #10735D;
}
.TagClassName
{
border-color: #10735D;
}
</style>