Shades of Deep Sea #1B7965
Tints of Deep Sea #1B7965
RGB
CMYK
RGB Variations
Color information
#1B7965 (or 0x1B7965) is known color: Deep Sea. HEX triplet: 1B, 79 and 65. RGB value is (27,121,101). Sum of RGB (Red+Green+Blue) = 27+121+101=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #1B7965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7965 is #E4869A. Grayscale: #5A5A5A. Windows color (decimal): -14976667 or 6650139. OLE color: 6650139.
HSL color Cylindrical-coordinate representation of color #1B7965: hue angle of 167.23º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7965 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 121 | 101 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.53 |
| HSL | 167.23º | 0.64% | 0.29% | - |
| HSV(B) | 167.23º | 0.78% | 0.47% | - |
| XYZ | 9.64 | 14.85 | 14.67 | - |
| YUV | 90.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 121 | 101 | 0.78 | 0 | 0.17 | 0.53 | 167.23 | 0.64 | 0.29 |
| Hex | 1B | 79 | 65 | 4E | 0 | 11 | 35 | A7 | 40 | 1D |
| Octal | 33 | 171 | 145 | 116 | 0 | 21 | 65 | 247 | 100 | 35 |
| Binary | 11011 | 1111001 | 1100101 | 1001110 | 0 | 10001 | 110101 | 10100111 | 1000000 | 11101 |
Color Harmonies of #1B7965
Complementary color
Monochromatic Colors of #1B7965
Black with #1B7965
Text Example
Text Example
White with #1B7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7965; }
p { color: rgb(27,121,101); }
H1.HeaderClassName
{
color: #1B7965;
}
.AnyTagClassName
{
color: #1B7965;
}
</style>
background-color css
<style>
a { background-color: #1B7965; }
a { background-color: rgb(27,121,101); }
div.DivClassName
{
background-color: #1B7965;
}
.BgClassName
{
background-color: #1B7965;
}
</style>
border-color css
<style>
span { border-color: #1B7965; }
span { border-color: rgb(27,121,101); }
td.TdClassName
{
border-color: #1B7965;
}
.TagClassName
{
border-color: #1B7965;
}
</style>