Shades of Deep Sea #21805D
Tints of Deep Sea #21805D
RGB
CMYK
RGB Variations
Color information
#21805D (or 0x21805D) is known color: Deep Sea. HEX triplet: 21, 80 and 5D. RGB value is (33,128,93). Sum of RGB (Red+Green+Blue) = 33+128+93=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #21805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21805D is #DE7FA2. Grayscale: #5F5F5F. Windows color (decimal): -14581667 or 6127649. OLE color: 6127649.
HSL color Cylindrical-coordinate representation of color #21805D: hue angle of 157.89º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21805D is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 93 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.50 |
| HSL | 157.89º | 0.59% | 0.32% | - |
| HSV(B) | 157.89º | 0.74% | 0.5% | - |
| XYZ | 10.32 | 16.55 | 13.01 | - |
| YUV | 95.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 93 | 0.74 | 0 | 0.27 | 0.50 | 157.89 | 0.59 | 0.32 |
| Hex | 21 | 80 | 5D | 4A | 0 | 1B | 32 | 9E | 3B | 20 |
| Octal | 41 | 200 | 135 | 112 | 0 | 33 | 62 | 236 | 73 | 40 |
| Binary | 100001 | 10000000 | 1011101 | 1001010 | 0 | 11011 | 110010 | 10011110 | 111011 | 100000 |
Color Harmonies of #21805D
Complementary color
Monochromatic Colors of #21805D
Black with #21805D
Text Example
Text Example
White with #21805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21805D; }
p { color: rgb(33,128,93); }
H1.HeaderClassName
{
color: #21805D;
}
.AnyTagClassName
{
color: #21805D;
}
</style>
background-color css
<style>
a { background-color: #21805D; }
a { background-color: rgb(33,128,93); }
div.DivClassName
{
background-color: #21805D;
}
.BgClassName
{
background-color: #21805D;
}
</style>
border-color css
<style>
span { border-color: #21805D; }
span { border-color: rgb(33,128,93); }
td.TdClassName
{
border-color: #21805D;
}
.TagClassName
{
border-color: #21805D;
}
</style>