Shades of Deep Sea #1B835D
Tints of Deep Sea #1B835D
RGB
CMYK
RGB Variations
Color information
#1B835D (or 0x1B835D) is known color: Deep Sea. HEX triplet: 1B, 83 and 5D. RGB value is (27,131,93). Sum of RGB (Red+Green+Blue) = 27+131+93=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #1B835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B835D is #E47CA2. Grayscale: #5F5F5F. Windows color (decimal): -14974115 or 6128411. OLE color: 6128411.
HSL color Cylindrical-coordinate representation of color #1B835D: hue angle of 158.08º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B835D is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 131 | 93 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.49 |
| HSL | 158.08º | 0.66% | 0.31% | - |
| HSV(B) | 158.08º | 0.79% | 0.51% | - |
| XYZ | 10.54 | 17.26 | 13.13 | - |
| YUV | 95.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 93 | 0.79 | 0 | 0.29 | 0.49 | 158.08 | 0.66 | 0.31 |
| Hex | 1B | 83 | 5D | 4F | 0 | 1D | 31 | 9E | 42 | 1F |
| Octal | 33 | 203 | 135 | 117 | 0 | 35 | 61 | 236 | 102 | 37 |
| Binary | 11011 | 10000011 | 1011101 | 1001111 | 0 | 11101 | 110001 | 10011110 | 1000010 | 11111 |
Color Harmonies of #1B835D
Complementary color
Monochromatic Colors of #1B835D
Black with #1B835D
Text Example
Text Example
White with #1B835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B835D; }
p { color: rgb(27,131,93); }
H1.HeaderClassName
{
color: #1B835D;
}
.AnyTagClassName
{
color: #1B835D;
}
</style>
background-color css
<style>
a { background-color: #1B835D; }
a { background-color: rgb(27,131,93); }
div.DivClassName
{
background-color: #1B835D;
}
.BgClassName
{
background-color: #1B835D;
}
</style>
border-color css
<style>
span { border-color: #1B835D; }
span { border-color: rgb(27,131,93); }
td.TdClassName
{
border-color: #1B835D;
}
.TagClassName
{
border-color: #1B835D;
}
</style>