Shades of Deep Sea #21795D
Tints of Deep Sea #21795D
RGB
CMYK
RGB Variations
Color information
#21795D (or 0x21795D) is known color: Deep Sea. HEX triplet: 21, 79 and 5D. RGB value is (33,121,93). Sum of RGB (Red+Green+Blue) = 33+121+93=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #21795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21795D is #DE86A2. Grayscale: #5B5B5B. Windows color (decimal): -14583459 or 6125857. OLE color: 6125857.
HSL color Cylindrical-coordinate representation of color #21795D: hue angle of 160.91º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21795D is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 121 | 93 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.53 |
| HSL | 160.91º | 0.57% | 0.3% | - |
| HSV(B) | 160.91º | 0.73% | 0.47% | - |
| XYZ | 9.44 | 14.79 | 12.71 | - |
| YUV | 91.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 93 | 0.73 | 0 | 0.23 | 0.53 | 160.91 | 0.57 | 0.3 |
| Hex | 21 | 79 | 5D | 49 | 0 | 17 | 35 | A1 | 39 | 1E |
| Octal | 41 | 171 | 135 | 111 | 0 | 27 | 65 | 241 | 71 | 36 |
| Binary | 100001 | 1111001 | 1011101 | 1001001 | 0 | 10111 | 110101 | 10100001 | 111001 | 11110 |
Color Harmonies of #21795D
Complementary color
Monochromatic Colors of #21795D
Black with #21795D
Text Example
Text Example
White with #21795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21795D; }
p { color: rgb(33,121,93); }
H1.HeaderClassName
{
color: #21795D;
}
.AnyTagClassName
{
color: #21795D;
}
</style>
background-color css
<style>
a { background-color: #21795D; }
a { background-color: rgb(33,121,93); }
div.DivClassName
{
background-color: #21795D;
}
.BgClassName
{
background-color: #21795D;
}
</style>
border-color css
<style>
span { border-color: #21795D; }
span { border-color: rgb(33,121,93); }
td.TdClassName
{
border-color: #21795D;
}
.TagClassName
{
border-color: #21795D;
}
</style>