Shades of Deep Sea #1B7162
Tints of Deep Sea #1B7162
RGB
CMYK
RGB Variations
Color information
#1B7162 (or 0x1B7162) is known color: Deep Sea. HEX triplet: 1B, 71 and 62. RGB value is (27,113,98). Sum of RGB (Red+Green+Blue) = 27+113+98=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7162 is #E48E9D. Grayscale: #555555. Windows color (decimal): -14978718 or 6451483. OLE color: 6451483.
HSL color Cylindrical-coordinate representation of color #1B7162: hue angle of 169.53º 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 #1B7162 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 98 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.56 |
| HSL | 169.53º | 0.61% | 0.27% | - |
| HSV(B) | 169.53º | 0.76% | 0.44% | - |
| XYZ | 8.56 | 12.93 | 13.6 | - |
| YUV | 85.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 98 | 0.76 | 0 | 0.13 | 0.56 | 169.53 | 0.61 | 0.27 |
| Hex | 1B | 71 | 62 | 4C | 0 | D | 38 | AA | 3D | 1B |
| Octal | 33 | 161 | 142 | 114 | 0 | 15 | 70 | 252 | 75 | 33 |
| Binary | 11011 | 1110001 | 1100010 | 1001100 | 0 | 1101 | 111000 | 10101010 | 111101 | 11011 |
Color Harmonies of #1B7162
Complementary color
Monochromatic Colors of #1B7162
Black with #1B7162
Text Example
Text Example
White with #1B7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7162; }
p { color: rgb(27,113,98); }
H1.HeaderClassName
{
color: #1B7162;
}
.AnyTagClassName
{
color: #1B7162;
}
</style>
background-color css
<style>
a { background-color: #1B7162; }
a { background-color: rgb(27,113,98); }
div.DivClassName
{
background-color: #1B7162;
}
.BgClassName
{
background-color: #1B7162;
}
</style>
border-color css
<style>
span { border-color: #1B7162; }
span { border-color: rgb(27,113,98); }
td.TdClassName
{
border-color: #1B7162;
}
.TagClassName
{
border-color: #1B7162;
}
</style>