Shades of Deep Sea #10846B
Tints of Deep Sea #10846B
RGB
CMYK
RGB Variations
Color information
#10846B (or 0x10846B) is known color: Deep Sea. HEX triplet: 10, 84 and 6B. RGB value is (16,132,107). Sum of RGB (Red+Green+Blue) = 16+132+107=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #10846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10846B is #EF7B94. Grayscale: #5E5E5E. Windows color (decimal): -15694741 or 7046160. OLE color: 7046160.
HSL color Cylindrical-coordinate representation of color #10846B: hue angle of 167.07º 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 #10846B is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 132 | 107 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.48 |
| HSL | 167.07º | 0.78% | 0.29% | - |
| HSV(B) | 167.07º | 0.88% | 0.52% | - |
| XYZ | 11.12 | 17.67 | 16.74 | - |
| YUV | 94.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 107 | 0.88 | 0 | 0.19 | 0.48 | 167.07 | 0.78 | 0.29 |
| Hex | 10 | 84 | 6B | 58 | 0 | 13 | 30 | A7 | 4E | 1D |
| Octal | 20 | 204 | 153 | 130 | 0 | 23 | 60 | 247 | 116 | 35 |
| Binary | 10000 | 10000100 | 1101011 | 1011000 | 0 | 10011 | 110000 | 10100111 | 1001110 | 11101 |
Color Harmonies of #10846B
Complementary color
Monochromatic Colors of #10846B
Black with #10846B
Text Example
Text Example
White with #10846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10846B; }
p { color: rgb(16,132,107); }
H1.HeaderClassName
{
color: #10846B;
}
.AnyTagClassName
{
color: #10846B;
}
</style>
background-color css
<style>
a { background-color: #10846B; }
a { background-color: rgb(16,132,107); }
div.DivClassName
{
background-color: #10846B;
}
.BgClassName
{
background-color: #10846B;
}
</style>
border-color css
<style>
span { border-color: #10846B; }
span { border-color: rgb(16,132,107); }
td.TdClassName
{
border-color: #10846B;
}
.TagClassName
{
border-color: #10846B;
}
</style>