Shades of Deep Sea #10815C
Tints of Deep Sea #10815C
RGB
CMYK
RGB Variations
Color information
#10815C (or 0x10815C) is known color: Deep Sea. HEX triplet: 10, 81 and 5C. RGB value is (16,129,92). Sum of RGB (Red+Green+Blue) = 16+129+92=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #10815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10815C is #EF7EA3. Grayscale: #5B5B5B. Windows color (decimal): -15695524 or 6062352. OLE color: 6062352.
HSL color Cylindrical-coordinate representation of color #10815C: hue angle of 160.35º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10815C is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 92 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.49 |
| HSL | 160.35º | 0.78% | 0.28% | - |
| HSV(B) | 160.35º | 0.88% | 0.51% | - |
| XYZ | 10 | 16.58 | 12.8 | - |
| YUV | 91 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 92 | 0.88 | 0 | 0.29 | 0.49 | 160.35 | 0.78 | 0.28 |
| Hex | 10 | 81 | 5C | 58 | 0 | 1D | 31 | A0 | 4E | 1C |
| Octal | 20 | 201 | 134 | 130 | 0 | 35 | 61 | 240 | 116 | 34 |
| Binary | 10000 | 10000001 | 1011100 | 1011000 | 0 | 11101 | 110001 | 10100000 | 1001110 | 11100 |
Color Harmonies of #10815C
Complementary color
Monochromatic Colors of #10815C
Black with #10815C
Text Example
Text Example
White with #10815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10815C; }
p { color: rgb(16,129,92); }
H1.HeaderClassName
{
color: #10815C;
}
.AnyTagClassName
{
color: #10815C;
}
</style>
background-color css
<style>
a { background-color: #10815C; }
a { background-color: rgb(16,129,92); }
div.DivClassName
{
background-color: #10815C;
}
.BgClassName
{
background-color: #10815C;
}
</style>
border-color css
<style>
span { border-color: #10815C; }
span { border-color: rgb(16,129,92); }
td.TdClassName
{
border-color: #10815C;
}
.TagClassName
{
border-color: #10815C;
}
</style>