Shades of Deep Sea #10856A
Tints of Deep Sea #10856A
RGB
CMYK
RGB Variations
Color information
#10856A (or 0x10856A) is known color: Deep Sea. HEX triplet: 10, 85 and 6A. RGB value is (16,133,106). Sum of RGB (Red+Green+Blue) = 16+133+106=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #10856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10856A is #EF7A95. Grayscale: #5E5E5E. Windows color (decimal): -15694486 or 6980880. OLE color: 6980880.
HSL color Cylindrical-coordinate representation of color #10856A: hue angle of 166.15º degrees, saturation: 0.79, 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 #10856A is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 133 | 106 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.48 |
| HSL | 166.15º | 0.79% | 0.29% | - |
| HSV(B) | 166.15º | 0.88% | 0.52% | - |
| XYZ | 11.2 | 17.93 | 16.51 | - |
| YUV | 94.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 106 | 0.88 | 0 | 0.20 | 0.48 | 166.15 | 0.79 | 0.29 |
| Hex | 10 | 85 | 6A | 58 | 0 | 14 | 30 | A6 | 4F | 1D |
| Octal | 20 | 205 | 152 | 130 | 0 | 24 | 60 | 246 | 117 | 35 |
| Binary | 10000 | 10000101 | 1101010 | 1011000 | 0 | 10100 | 110000 | 10100110 | 1001111 | 11101 |
Color Harmonies of #10856A
Complementary color
Monochromatic Colors of #10856A
Black with #10856A
Text Example
Text Example
White with #10856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10856A; }
p { color: rgb(16,133,106); }
H1.HeaderClassName
{
color: #10856A;
}
.AnyTagClassName
{
color: #10856A;
}
</style>
background-color css
<style>
a { background-color: #10856A; }
a { background-color: rgb(16,133,106); }
div.DivClassName
{
background-color: #10856A;
}
.BgClassName
{
background-color: #10856A;
}
</style>
border-color css
<style>
span { border-color: #10856A; }
span { border-color: rgb(16,133,106); }
td.TdClassName
{
border-color: #10856A;
}
.TagClassName
{
border-color: #10856A;
}
</style>