Shades of Deep Sea #10745B
Tints of Deep Sea #10745B
RGB
CMYK
RGB Variations
Color information
#10745B (or 0x10745B) is known color: Deep Sea. HEX triplet: 10, 74 and 5B. RGB value is (16,116,91). Sum of RGB (Red+Green+Blue) = 16+116+91=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #10745B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10745B is #EF8BA4. Grayscale: #535353. Windows color (decimal): -15698853 or 5993488. OLE color: 5993488.
HSL color Cylindrical-coordinate representation of color #10745B: hue angle of 165º 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 #10745B is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 116 | 91 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.55 |
| HSL | 165º | 0.76% | 0.26% | - |
| HSV(B) | 165º | 0.86% | 0.45% | - |
| XYZ | 8.35 | 13.36 | 12.04 | - |
| YUV | 83.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 91 | 0.86 | 0 | 0.22 | 0.55 | 165 | 0.76 | 0.26 |
| Hex | 10 | 74 | 5B | 56 | 0 | 16 | 37 | A5 | 4C | 1A |
| Octal | 20 | 164 | 133 | 126 | 0 | 26 | 67 | 245 | 114 | 32 |
| Binary | 10000 | 1110100 | 1011011 | 1010110 | 0 | 10110 | 110111 | 10100101 | 1001100 | 11010 |
Color Harmonies of #10745B
Complementary color
Monochromatic Colors of #10745B
Black with #10745B
Text Example
Text Example
White with #10745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10745B; }
p { color: rgb(16,116,91); }
H1.HeaderClassName
{
color: #10745B;
}
.AnyTagClassName
{
color: #10745B;
}
</style>
background-color css
<style>
a { background-color: #10745B; }
a { background-color: rgb(16,116,91); }
div.DivClassName
{
background-color: #10745B;
}
.BgClassName
{
background-color: #10745B;
}
</style>
border-color css
<style>
span { border-color: #10745B; }
span { border-color: rgb(16,116,91); }
td.TdClassName
{
border-color: #10745B;
}
.TagClassName
{
border-color: #10745B;
}
</style>