Shades of Deep Sea #1B715D
Tints of Deep Sea #1B715D
RGB
CMYK
RGB Variations
Color information
#1B715D (or 0x1B715D) is known color: Deep Sea. HEX triplet: 1B, 71 and 5D. RGB value is (27,113,93). Sum of RGB (Red+Green+Blue) = 27+113+93=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #1B715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B715D is #E48EA2. Grayscale: #555555. Windows color (decimal): -14978723 or 6123803. OLE color: 6123803.
HSL color Cylindrical-coordinate representation of color #1B715D: hue angle of 166.05º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B715D is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 93 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.56 |
| HSL | 166.05º | 0.61% | 0.27% | - |
| HSV(B) | 166.05º | 0.76% | 0.44% | - |
| XYZ | 8.33 | 12.83 | 12.39 | - |
| YUV | 85.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 93 | 0.76 | 0 | 0.18 | 0.56 | 166.05 | 0.61 | 0.27 |
| Hex | 1B | 71 | 5D | 4C | 0 | 12 | 38 | A6 | 3D | 1B |
| Octal | 33 | 161 | 135 | 114 | 0 | 22 | 70 | 246 | 75 | 33 |
| Binary | 11011 | 1110001 | 1011101 | 1001100 | 0 | 10010 | 111000 | 10100110 | 111101 | 11011 |
Color Harmonies of #1B715D
Complementary color
Monochromatic Colors of #1B715D
Black with #1B715D
Text Example
Text Example
White with #1B715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B715D; }
p { color: rgb(27,113,93); }
H1.HeaderClassName
{
color: #1B715D;
}
.AnyTagClassName
{
color: #1B715D;
}
</style>
background-color css
<style>
a { background-color: #1B715D; }
a { background-color: rgb(27,113,93); }
div.DivClassName
{
background-color: #1B715D;
}
.BgClassName
{
background-color: #1B715D;
}
</style>
border-color css
<style>
span { border-color: #1B715D; }
span { border-color: rgb(27,113,93); }
td.TdClassName
{
border-color: #1B715D;
}
.TagClassName
{
border-color: #1B715D;
}
</style>