Shades of Deep Sea #1C815D
Tints of Deep Sea #1C815D
RGB
CMYK
RGB Variations
Color information
#1C815D (or 0x1C815D) is known color: Deep Sea. HEX triplet: 1C, 81 and 5D. RGB value is (28,129,93). Sum of RGB (Red+Green+Blue) = 28+129+93=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #1C815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C815D is #E37EA2. Grayscale: #5E5E5E. Windows color (decimal): -14909091 or 6127900. OLE color: 6127900.
HSL color Cylindrical-coordinate representation of color #1C815D: hue angle of 158.61º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C815D is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 93 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.49 |
| HSL | 158.61º | 0.64% | 0.31% | - |
| HSV(B) | 158.61º | 0.78% | 0.51% | - |
| XYZ | 10.3 | 16.74 | 13.04 | - |
| YUV | 94.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 93 | 0.78 | 0 | 0.28 | 0.49 | 158.61 | 0.64 | 0.31 |
| Hex | 1C | 81 | 5D | 4E | 0 | 1C | 31 | 9F | 40 | 1F |
| Octal | 34 | 201 | 135 | 116 | 0 | 34 | 61 | 237 | 100 | 37 |
| Binary | 11100 | 10000001 | 1011101 | 1001110 | 0 | 11100 | 110001 | 10011111 | 1000000 | 11111 |
Color Harmonies of #1C815D
Complementary color
Monochromatic Colors of #1C815D
Black with #1C815D
Text Example
Text Example
White with #1C815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C815D; }
p { color: rgb(28,129,93); }
H1.HeaderClassName
{
color: #1C815D;
}
.AnyTagClassName
{
color: #1C815D;
}
</style>
background-color css
<style>
a { background-color: #1C815D; }
a { background-color: rgb(28,129,93); }
div.DivClassName
{
background-color: #1C815D;
}
.BgClassName
{
background-color: #1C815D;
}
</style>
border-color css
<style>
span { border-color: #1C815D; }
span { border-color: rgb(28,129,93); }
td.TdClassName
{
border-color: #1C815D;
}
.TagClassName
{
border-color: #1C815D;
}
</style>