Shades of Deep Sea #1B805D
Tints of Deep Sea #1B805D
RGB
CMYK
RGB Variations
Color information
#1B805D (or 0x1B805D) is known color: Deep Sea. HEX triplet: 1B, 80 and 5D. RGB value is (27,128,93). Sum of RGB (Red+Green+Blue) = 27+128+93=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #1B805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B805D is #E47FA2. Grayscale: #5D5D5D. Windows color (decimal): -14974883 or 6127643. OLE color: 6127643.
HSL color Cylindrical-coordinate representation of color #1B805D: hue angle of 159.21º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B805D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 128 | 93 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.50 |
| HSL | 159.21º | 0.65% | 0.3% | - |
| HSV(B) | 159.21º | 0.79% | 0.5% | - |
| XYZ | 10.15 | 16.46 | 13 | - |
| YUV | 93.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 128 | 93 | 0.79 | 0 | 0.27 | 0.50 | 159.21 | 0.65 | 0.3 |
| Hex | 1B | 80 | 5D | 4F | 0 | 1B | 32 | 9F | 41 | 1E |
| Octal | 33 | 200 | 135 | 117 | 0 | 33 | 62 | 237 | 101 | 36 |
| Binary | 11011 | 10000000 | 1011101 | 1001111 | 0 | 11011 | 110010 | 10011111 | 1000001 | 11110 |
Color Harmonies of #1B805D
Complementary color
Monochromatic Colors of #1B805D
Black with #1B805D
Text Example
Text Example
White with #1B805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B805D; }
p { color: rgb(27,128,93); }
H1.HeaderClassName
{
color: #1B805D;
}
.AnyTagClassName
{
color: #1B805D;
}
</style>
background-color css
<style>
a { background-color: #1B805D; }
a { background-color: rgb(27,128,93); }
div.DivClassName
{
background-color: #1B805D;
}
.BgClassName
{
background-color: #1B805D;
}
</style>
border-color css
<style>
span { border-color: #1B805D; }
span { border-color: rgb(27,128,93); }
td.TdClassName
{
border-color: #1B805D;
}
.TagClassName
{
border-color: #1B805D;
}
</style>