Shades of Deep Sea #1B7062
Tints of Deep Sea #1B7062
RGB
CMYK
RGB Variations
Color information
#1B7062 (or 0x1B7062) is known color: Deep Sea. HEX triplet: 1B, 70 and 62. RGB value is (27,112,98). Sum of RGB (Red+Green+Blue) = 27+112+98=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7062 is #E48F9D. Grayscale: #545454. Windows color (decimal): -14978974 or 6451227. OLE color: 6451227.
HSL color Cylindrical-coordinate representation of color #1B7062: hue angle of 170.12º 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 #1B7062 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 98 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.56 |
| HSL | 170.12º | 0.61% | 0.27% | - |
| HSV(B) | 170.12º | 0.76% | 0.44% | - |
| XYZ | 8.45 | 12.7 | 13.56 | - |
| YUV | 84.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 98 | 0.76 | 0 | 0.13 | 0.56 | 170.12 | 0.61 | 0.27 |
| Hex | 1B | 70 | 62 | 4C | 0 | D | 38 | AA | 3D | 1B |
| Octal | 33 | 160 | 142 | 114 | 0 | 15 | 70 | 252 | 75 | 33 |
| Binary | 11011 | 1110000 | 1100010 | 1001100 | 0 | 1101 | 111000 | 10101010 | 111101 | 11011 |
Color Harmonies of #1B7062
Complementary color
Monochromatic Colors of #1B7062
Black with #1B7062
Text Example
Text Example
White with #1B7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7062; }
p { color: rgb(27,112,98); }
H1.HeaderClassName
{
color: #1B7062;
}
.AnyTagClassName
{
color: #1B7062;
}
</style>
background-color css
<style>
a { background-color: #1B7062; }
a { background-color: rgb(27,112,98); }
div.DivClassName
{
background-color: #1B7062;
}
.BgClassName
{
background-color: #1B7062;
}
</style>
border-color css
<style>
span { border-color: #1B7062; }
span { border-color: rgb(27,112,98); }
td.TdClassName
{
border-color: #1B7062;
}
.TagClassName
{
border-color: #1B7062;
}
</style>