Shades of Deep Sea #15865B
Tints of Deep Sea #15865B
RGB
CMYK
RGB Variations
Color information
#15865B (or 0x15865B) is known color: Deep Sea. HEX triplet: 15, 86 and 5B. RGB value is (21,134,91). Sum of RGB (Red+Green+Blue) = 21+134+91=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #15865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15865B is #EA79A4. Grayscale: #5F5F5F. Windows color (decimal): -15366565 or 5998101. OLE color: 5998101.
HSL color Cylindrical-coordinate representation of color #15865B: hue angle of 157.17º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15865B is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 134 | 91 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.47 |
| HSL | 157.17º | 0.73% | 0.3% | - |
| HSV(B) | 157.17º | 0.84% | 0.53% | - |
| XYZ | 10.72 | 17.96 | 12.8 | - |
| YUV | 95.31 | 125.56 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 91 | 0.84 | 0 | 0.32 | 0.47 | 157.17 | 0.73 | 0.3 |
| Hex | 15 | 86 | 5B | 54 | 0 | 20 | 2F | 9D | 49 | 1E |
| Octal | 25 | 206 | 133 | 124 | 0 | 40 | 57 | 235 | 111 | 36 |
| Binary | 10101 | 10000110 | 1011011 | 1010100 | 0 | 100000 | 101111 | 10011101 | 1001001 | 11110 |
Color Harmonies of #15865B
Complementary color
Monochromatic Colors of #15865B
Black with #15865B
Text Example
Text Example
White with #15865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15865B; }
p { color: rgb(21,134,91); }
H1.HeaderClassName
{
color: #15865B;
}
.AnyTagClassName
{
color: #15865B;
}
</style>
background-color css
<style>
a { background-color: #15865B; }
a { background-color: rgb(21,134,91); }
div.DivClassName
{
background-color: #15865B;
}
.BgClassName
{
background-color: #15865B;
}
</style>
border-color css
<style>
span { border-color: #15865B; }
span { border-color: rgb(21,134,91); }
td.TdClassName
{
border-color: #15865B;
}
.TagClassName
{
border-color: #15865B;
}
</style>