Shades of Deep Sea #1C7164
Tints of Deep Sea #1C7164
RGB
CMYK
RGB Variations
Color information
#1C7164 (or 0x1C7164) is known color: Deep Sea. HEX triplet: 1C, 71 and 64. RGB value is (28,113,100). Sum of RGB (Red+Green+Blue) = 28+113+100=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7164 is #E38E9B. Grayscale: #565656. Windows color (decimal): -14913180 or 6582556. OLE color: 6582556.
HSL color Cylindrical-coordinate representation of color #1C7164: hue angle of 170.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7164 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 113 | 100 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.56 |
| HSL | 170.82º | 0.6% | 0.28% | - |
| HSV(B) | 170.82º | 0.75% | 0.44% | - |
| XYZ | 8.68 | 12.98 | 14.1 | - |
| YUV | 86.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 100 | 0.75 | 0 | 0.12 | 0.56 | 170.82 | 0.6 | 0.28 |
| Hex | 1C | 71 | 64 | 4B | 0 | C | 38 | AB | 3C | 1C |
| Octal | 34 | 161 | 144 | 113 | 0 | 14 | 70 | 253 | 74 | 34 |
| Binary | 11100 | 1110001 | 1100100 | 1001011 | 0 | 1100 | 111000 | 10101011 | 111100 | 11100 |
Color Harmonies of #1C7164
Complementary color
Monochromatic Colors of #1C7164
Black with #1C7164
Text Example
Text Example
White with #1C7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7164; }
p { color: rgb(28,113,100); }
H1.HeaderClassName
{
color: #1C7164;
}
.AnyTagClassName
{
color: #1C7164;
}
</style>
background-color css
<style>
a { background-color: #1C7164; }
a { background-color: rgb(28,113,100); }
div.DivClassName
{
background-color: #1C7164;
}
.BgClassName
{
background-color: #1C7164;
}
</style>
border-color css
<style>
span { border-color: #1C7164; }
span { border-color: rgb(28,113,100); }
td.TdClassName
{
border-color: #1C7164;
}
.TagClassName
{
border-color: #1C7164;
}
</style>