Shades of Deep Sea #10845D
Tints of Deep Sea #10845D
RGB
CMYK
RGB Variations
Color information
#10845D (or 0x10845D) is known color: Deep Sea. HEX triplet: 10, 84 and 5D. RGB value is (16,132,93). Sum of RGB (Red+Green+Blue) = 16+132+93=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #10845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10845D is #EF7BA2. Grayscale: #5C5C5C. Windows color (decimal): -15694755 or 6128656. OLE color: 6128656.
HSL color Cylindrical-coordinate representation of color #10845D: hue angle of 159.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10845D is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 132 | 93 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.48 |
| HSL | 159.83º | 0.78% | 0.29% | - |
| HSV(B) | 159.83º | 0.88% | 0.52% | - |
| XYZ | 10.44 | 17.4 | 13.16 | - |
| YUV | 92.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 93 | 0.88 | 0 | 0.30 | 0.48 | 159.83 | 0.78 | 0.29 |
| Hex | 10 | 84 | 5D | 58 | 0 | 1E | 30 | A0 | 4E | 1D |
| Octal | 20 | 204 | 135 | 130 | 0 | 36 | 60 | 240 | 116 | 35 |
| Binary | 10000 | 10000100 | 1011101 | 1011000 | 0 | 11110 | 110000 | 10100000 | 1001110 | 11101 |
Color Harmonies of #10845D
Complementary color
Monochromatic Colors of #10845D
Black with #10845D
Text Example
Text Example
White with #10845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10845D; }
p { color: rgb(16,132,93); }
H1.HeaderClassName
{
color: #10845D;
}
.AnyTagClassName
{
color: #10845D;
}
</style>
background-color css
<style>
a { background-color: #10845D; }
a { background-color: rgb(16,132,93); }
div.DivClassName
{
background-color: #10845D;
}
.BgClassName
{
background-color: #10845D;
}
</style>
border-color css
<style>
span { border-color: #10845D; }
span { border-color: rgb(16,132,93); }
td.TdClassName
{
border-color: #10845D;
}
.TagClassName
{
border-color: #10845D;
}
</style>