Shades of Deep Sea #21805C
Tints of Deep Sea #21805C
RGB
CMYK
RGB Variations
Color information
#21805C (or 0x21805C) is known color: Deep Sea. HEX triplet: 21, 80 and 5C. RGB value is (33,128,92). Sum of RGB (Red+Green+Blue) = 33+128+92=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #21805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21805C is #DE7FA3. Grayscale: #5F5F5F. Windows color (decimal): -14581668 or 6062113. OLE color: 6062113.
HSL color Cylindrical-coordinate representation of color #21805C: hue angle of 157.26º 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 #21805C is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 92 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.50 |
| HSL | 157.26º | 0.59% | 0.32% | - |
| HSV(B) | 157.26º | 0.74% | 0.5% | - |
| XYZ | 10.28 | 16.53 | 12.77 | - |
| YUV | 95.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 92 | 0.74 | 0 | 0.28 | 0.50 | 157.26 | 0.59 | 0.32 |
| Hex | 21 | 80 | 5C | 4A | 0 | 1C | 32 | 9D | 3B | 20 |
| Octal | 41 | 200 | 134 | 112 | 0 | 34 | 62 | 235 | 73 | 40 |
| Binary | 100001 | 10000000 | 1011100 | 1001010 | 0 | 11100 | 110010 | 10011101 | 111011 | 100000 |
Color Harmonies of #21805C
Complementary color
Monochromatic Colors of #21805C
Black with #21805C
Text Example
Text Example
White with #21805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21805C; }
p { color: rgb(33,128,92); }
H1.HeaderClassName
{
color: #21805C;
}
.AnyTagClassName
{
color: #21805C;
}
</style>
background-color css
<style>
a { background-color: #21805C; }
a { background-color: rgb(33,128,92); }
div.DivClassName
{
background-color: #21805C;
}
.BgClassName
{
background-color: #21805C;
}
</style>
border-color css
<style>
span { border-color: #21805C; }
span { border-color: rgb(33,128,92); }
td.TdClassName
{
border-color: #21805C;
}
.TagClassName
{
border-color: #21805C;
}
</style>