Shades of Deep Sea #1B735D
Tints of Deep Sea #1B735D
RGB
CMYK
RGB Variations
Color information
#1B735D (or 0x1B735D) is known color: Deep Sea. HEX triplet: 1B, 73 and 5D. RGB value is (27,115,93). Sum of RGB (Red+Green+Blue) = 27+115+93=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #1B735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B735D is #E48CA2. Grayscale: #565656. Windows color (decimal): -14978211 or 6124315. OLE color: 6124315.
HSL color Cylindrical-coordinate representation of color #1B735D: hue angle of 165º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B735D is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 93 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.55 |
| HSL | 165º | 0.62% | 0.28% | - |
| HSV(B) | 165º | 0.77% | 0.45% | - |
| XYZ | 8.56 | 13.28 | 12.47 | - |
| YUV | 86.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 93 | 0.77 | 0 | 0.19 | 0.55 | 165 | 0.62 | 0.28 |
| Hex | 1B | 73 | 5D | 4D | 0 | 13 | 37 | A5 | 3E | 1C |
| Octal | 33 | 163 | 135 | 115 | 0 | 23 | 67 | 245 | 76 | 34 |
| Binary | 11011 | 1110011 | 1011101 | 1001101 | 0 | 10011 | 110111 | 10100101 | 111110 | 11100 |
Color Harmonies of #1B735D
Complementary color
Monochromatic Colors of #1B735D
Black with #1B735D
Text Example
Text Example
White with #1B735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B735D; }
p { color: rgb(27,115,93); }
H1.HeaderClassName
{
color: #1B735D;
}
.AnyTagClassName
{
color: #1B735D;
}
</style>
background-color css
<style>
a { background-color: #1B735D; }
a { background-color: rgb(27,115,93); }
div.DivClassName
{
background-color: #1B735D;
}
.BgClassName
{
background-color: #1B735D;
}
</style>
border-color css
<style>
span { border-color: #1B735D; }
span { border-color: rgb(27,115,93); }
td.TdClassName
{
border-color: #1B735D;
}
.TagClassName
{
border-color: #1B735D;
}
</style>