Shades of Deep Sea #15845B
Tints of Deep Sea #15845B
RGB
CMYK
RGB Variations
Color information
#15845B (or 0x15845B) is known color: Deep Sea. HEX triplet: 15, 84 and 5B. RGB value is (21,132,91). Sum of RGB (Red+Green+Blue) = 21+132+91=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #15845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15845B is #EA7BA4. Grayscale: #5E5E5E. Windows color (decimal): -15367077 or 5997589. OLE color: 5997589.
HSL color Cylindrical-coordinate representation of color #15845B: hue angle of 157.84º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15845B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 91 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.48 |
| HSL | 157.84º | 0.73% | 0.3% | - |
| HSV(B) | 157.84º | 0.84% | 0.52% | - |
| XYZ | 10.45 | 17.42 | 12.71 | - |
| YUV | 94.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 91 | 0.84 | 0 | 0.31 | 0.48 | 157.84 | 0.73 | 0.3 |
| Hex | 15 | 84 | 5B | 54 | 0 | 1F | 30 | 9E | 49 | 1E |
| Octal | 25 | 204 | 133 | 124 | 0 | 37 | 60 | 236 | 111 | 36 |
| Binary | 10101 | 10000100 | 1011011 | 1010100 | 0 | 11111 | 110000 | 10011110 | 1001001 | 11110 |
Color Harmonies of #15845B
Complementary color
Monochromatic Colors of #15845B
Black with #15845B
Text Example
Text Example
White with #15845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15845B; }
p { color: rgb(21,132,91); }
H1.HeaderClassName
{
color: #15845B;
}
.AnyTagClassName
{
color: #15845B;
}
</style>
background-color css
<style>
a { background-color: #15845B; }
a { background-color: rgb(21,132,91); }
div.DivClassName
{
background-color: #15845B;
}
.BgClassName
{
background-color: #15845B;
}
</style>
border-color css
<style>
span { border-color: #15845B; }
span { border-color: rgb(21,132,91); }
td.TdClassName
{
border-color: #15845B;
}
.TagClassName
{
border-color: #15845B;
}
</style>