Shades of Deep Sea #1C7465
Tints of Deep Sea #1C7465
RGB
CMYK
RGB Variations
Color information
#1C7465 (or 0x1C7465) is known color: Deep Sea. HEX triplet: 1C, 74 and 65. RGB value is (28,116,101). Sum of RGB (Red+Green+Blue) = 28+116+101=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7465 is #E38B9A. Grayscale: #575757. Windows color (decimal): -14912411 or 6648860. OLE color: 6648860.
HSL color Cylindrical-coordinate representation of color #1C7465: hue angle of 169.77º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7465 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 101 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.55 |
| HSL | 169.77º | 0.61% | 0.28% | - |
| HSV(B) | 169.77º | 0.76% | 0.45% | - |
| XYZ | 9.07 | 13.68 | 14.47 | - |
| YUV | 87.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 101 | 0.76 | 0 | 0.13 | 0.55 | 169.77 | 0.61 | 0.28 |
| Hex | 1C | 74 | 65 | 4C | 0 | D | 37 | AA | 3D | 1C |
| Octal | 34 | 164 | 145 | 114 | 0 | 15 | 67 | 252 | 75 | 34 |
| Binary | 11100 | 1110100 | 1100101 | 1001100 | 0 | 1101 | 110111 | 10101010 | 111101 | 11100 |
Color Harmonies of #1C7465
Complementary color
Monochromatic Colors of #1C7465
Black with #1C7465
Text Example
Text Example
White with #1C7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7465; }
p { color: rgb(28,116,101); }
H1.HeaderClassName
{
color: #1C7465;
}
.AnyTagClassName
{
color: #1C7465;
}
</style>
background-color css
<style>
a { background-color: #1C7465; }
a { background-color: rgb(28,116,101); }
div.DivClassName
{
background-color: #1C7465;
}
.BgClassName
{
background-color: #1C7465;
}
</style>
border-color css
<style>
span { border-color: #1C7465; }
span { border-color: rgb(28,116,101); }
td.TdClassName
{
border-color: #1C7465;
}
.TagClassName
{
border-color: #1C7465;
}
</style>