Shades of Deep Sea #1C815B
Tints of Deep Sea #1C815B
RGB
CMYK
RGB Variations
Color information
#1C815B (or 0x1C815B) is known color: Deep Sea. HEX triplet: 1C, 81 and 5B. RGB value is (28,129,91). Sum of RGB (Red+Green+Blue) = 28+129+91=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #1C815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C815B is #E37EA4. Grayscale: #5E5E5E. Windows color (decimal): -14909093 or 5996828. OLE color: 5996828.
HSL color Cylindrical-coordinate representation of color #1C815B: hue angle of 157.43º 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 #1C815B is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 91 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.49 |
| HSL | 157.43º | 0.64% | 0.31% | - |
| HSV(B) | 157.43º | 0.78% | 0.51% | - |
| XYZ | 10.22 | 16.7 | 12.58 | - |
| YUV | 94.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 91 | 0.78 | 0 | 0.29 | 0.49 | 157.43 | 0.64 | 0.31 |
| Hex | 1C | 81 | 5B | 4E | 0 | 1D | 31 | 9D | 40 | 1F |
| Octal | 34 | 201 | 133 | 116 | 0 | 35 | 61 | 235 | 100 | 37 |
| Binary | 11100 | 10000001 | 1011011 | 1001110 | 0 | 11101 | 110001 | 10011101 | 1000000 | 11111 |
Color Harmonies of #1C815B
Complementary color
Monochromatic Colors of #1C815B
Black with #1C815B
Text Example
Text Example
White with #1C815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C815B; }
p { color: rgb(28,129,91); }
H1.HeaderClassName
{
color: #1C815B;
}
.AnyTagClassName
{
color: #1C815B;
}
</style>
background-color css
<style>
a { background-color: #1C815B; }
a { background-color: rgb(28,129,91); }
div.DivClassName
{
background-color: #1C815B;
}
.BgClassName
{
background-color: #1C815B;
}
</style>
border-color css
<style>
span { border-color: #1C815B; }
span { border-color: rgb(28,129,91); }
td.TdClassName
{
border-color: #1C815B;
}
.TagClassName
{
border-color: #1C815B;
}
</style>