Shades of Deep Sea #15805D
Tints of Deep Sea #15805D
RGB
CMYK
RGB Variations
Color information
#15805D (or 0x15805D) is known color: Deep Sea. HEX triplet: 15, 80 and 5D. RGB value is (21,128,93). Sum of RGB (Red+Green+Blue) = 21+128+93=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #15805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15805D is #EA7FA2. Grayscale: #5C5C5C. Windows color (decimal): -15368099 or 6127637. OLE color: 6127637.
HSL color Cylindrical-coordinate representation of color #15805D: hue angle of 160.37º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15805D is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 128 | 93 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.50 |
| HSL | 160.37º | 0.72% | 0.29% | - |
| HSV(B) | 160.37º | 0.84% | 0.5% | - |
| XYZ | 10 | 16.39 | 12.99 | - |
| YUV | 92.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 93 | 0.84 | 0 | 0.27 | 0.50 | 160.37 | 0.72 | 0.29 |
| Hex | 15 | 80 | 5D | 54 | 0 | 1B | 32 | A0 | 48 | 1D |
| Octal | 25 | 200 | 135 | 124 | 0 | 33 | 62 | 240 | 110 | 35 |
| Binary | 10101 | 10000000 | 1011101 | 1010100 | 0 | 11011 | 110010 | 10100000 | 1001000 | 11101 |
Color Harmonies of #15805D
Complementary color
Monochromatic Colors of #15805D
Black with #15805D
Text Example
Text Example
White with #15805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15805D; }
p { color: rgb(21,128,93); }
H1.HeaderClassName
{
color: #15805D;
}
.AnyTagClassName
{
color: #15805D;
}
</style>
background-color css
<style>
a { background-color: #15805D; }
a { background-color: rgb(21,128,93); }
div.DivClassName
{
background-color: #15805D;
}
.BgClassName
{
background-color: #15805D;
}
</style>
border-color css
<style>
span { border-color: #15805D; }
span { border-color: rgb(21,128,93); }
td.TdClassName
{
border-color: #15805D;
}
.TagClassName
{
border-color: #15805D;
}
</style>