Shades of Deep Sea #218068
Tints of Deep Sea #218068
RGB
CMYK
RGB Variations
Color information
#218068 (or 0x218068) is known color: Deep Sea. HEX triplet: 21, 80 and 68. RGB value is (33,128,104). Sum of RGB (Red+Green+Blue) = 33+128+104=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #218068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218068 is #DE7F97. Grayscale: #606060. Windows color (decimal): -14581656 or 6848545. OLE color: 6848545.
HSL color Cylindrical-coordinate representation of color #218068: hue angle of 164.84º 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 #218068 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 104 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.50 |
| HSL | 164.84º | 0.59% | 0.32% | - |
| HSV(B) | 164.84º | 0.74% | 0.5% | - |
| XYZ | 10.85 | 16.76 | 15.76 | - |
| YUV | 96.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 104 | 0.74 | 0 | 0.19 | 0.50 | 164.84 | 0.59 | 0.32 |
| Hex | 21 | 80 | 68 | 4A | 0 | 13 | 32 | A5 | 3B | 20 |
| Octal | 41 | 200 | 150 | 112 | 0 | 23 | 62 | 245 | 73 | 40 |
| Binary | 100001 | 10000000 | 1101000 | 1001010 | 0 | 10011 | 110010 | 10100101 | 111011 | 100000 |
Color Harmonies of #218068
Complementary color
Monochromatic Colors of #218068
Black with #218068
Text Example
Text Example
White with #218068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218068; }
p { color: rgb(33,128,104); }
H1.HeaderClassName
{
color: #218068;
}
.AnyTagClassName
{
color: #218068;
}
</style>
background-color css
<style>
a { background-color: #218068; }
a { background-color: rgb(33,128,104); }
div.DivClassName
{
background-color: #218068;
}
.BgClassName
{
background-color: #218068;
}
</style>
border-color css
<style>
span { border-color: #218068; }
span { border-color: rgb(33,128,104); }
td.TdClassName
{
border-color: #218068;
}
.TagClassName
{
border-color: #218068;
}
</style>