Shades of Deep Sea #10866C
Tints of Deep Sea #10866C
RGB
CMYK
RGB Variations
Color information
#10866C (or 0x10866C) is known color: Deep Sea. HEX triplet: 10, 86 and 6C. RGB value is (16,134,108). Sum of RGB (Red+Green+Blue) = 16+134+108=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #10866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10866C is #EF7993. Grayscale: #5F5F5F. Windows color (decimal): -15694228 or 7112208. OLE color: 7112208.
HSL color Cylindrical-coordinate representation of color #10866C: hue angle of 166.78º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10866C is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 134 | 108 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.47 |
| HSL | 166.78º | 0.79% | 0.29% | - |
| HSV(B) | 166.78º | 0.88% | 0.53% | - |
| XYZ | 11.45 | 18.24 | 17.11 | - |
| YUV | 95.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 108 | 0.88 | 0 | 0.19 | 0.47 | 166.78 | 0.79 | 0.29 |
| Hex | 10 | 86 | 6C | 58 | 0 | 13 | 2F | A7 | 4F | 1D |
| Octal | 20 | 206 | 154 | 130 | 0 | 23 | 57 | 247 | 117 | 35 |
| Binary | 10000 | 10000110 | 1101100 | 1011000 | 0 | 10011 | 101111 | 10100111 | 1001111 | 11101 |
Color Harmonies of #10866C
Complementary color
Monochromatic Colors of #10866C
Black with #10866C
Text Example
Text Example
White with #10866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10866C; }
p { color: rgb(16,134,108); }
H1.HeaderClassName
{
color: #10866C;
}
.AnyTagClassName
{
color: #10866C;
}
</style>
background-color css
<style>
a { background-color: #10866C; }
a { background-color: rgb(16,134,108); }
div.DivClassName
{
background-color: #10866C;
}
.BgClassName
{
background-color: #10866C;
}
</style>
border-color css
<style>
span { border-color: #10866C; }
span { border-color: rgb(16,134,108); }
td.TdClassName
{
border-color: #10866C;
}
.TagClassName
{
border-color: #10866C;
}
</style>