Shades of Deep Sea #1B705C
Tints of Deep Sea #1B705C
RGB
CMYK
RGB Variations
Color information
#1B705C (or 0x1B705C) is known color: Deep Sea. HEX triplet: 1B, 70 and 5C. RGB value is (27,112,92). Sum of RGB (Red+Green+Blue) = 27+112+92=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #1B705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B705C is #E48FA3. Grayscale: #545454. Windows color (decimal): -14978980 or 6058011. OLE color: 6058011.
HSL color Cylindrical-coordinate representation of color #1B705C: hue angle of 165.88º 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 #1B705C is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 92 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.56 |
| HSL | 165.88º | 0.61% | 0.27% | - |
| HSV(B) | 165.88º | 0.76% | 0.44% | - |
| XYZ | 8.18 | 12.59 | 12.13 | - |
| YUV | 84.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 92 | 0.76 | 0 | 0.18 | 0.56 | 165.88 | 0.61 | 0.27 |
| Hex | 1B | 70 | 5C | 4C | 0 | 12 | 38 | A6 | 3D | 1B |
| Octal | 33 | 160 | 134 | 114 | 0 | 22 | 70 | 246 | 75 | 33 |
| Binary | 11011 | 1110000 | 1011100 | 1001100 | 0 | 10010 | 111000 | 10100110 | 111101 | 11011 |
Color Harmonies of #1B705C
Complementary color
Monochromatic Colors of #1B705C
Black with #1B705C
Text Example
Text Example
White with #1B705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B705C; }
p { color: rgb(27,112,92); }
H1.HeaderClassName
{
color: #1B705C;
}
.AnyTagClassName
{
color: #1B705C;
}
</style>
background-color css
<style>
a { background-color: #1B705C; }
a { background-color: rgb(27,112,92); }
div.DivClassName
{
background-color: #1B705C;
}
.BgClassName
{
background-color: #1B705C;
}
</style>
border-color css
<style>
span { border-color: #1B705C; }
span { border-color: rgb(27,112,92); }
td.TdClassName
{
border-color: #1B705C;
}
.TagClassName
{
border-color: #1B705C;
}
</style>