Shades of Deep Sea #1C815E
Tints of Deep Sea #1C815E
RGB
CMYK
RGB Variations
Color information
#1C815E (or 0x1C815E) is known color: Deep Sea. HEX triplet: 1C, 81 and 5E. RGB value is (28,129,94). Sum of RGB (Red+Green+Blue) = 28+129+94=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #1C815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C815E is #E37EA1. Grayscale: #5E5E5E. Windows color (decimal): -14909090 or 6193436. OLE color: 6193436.
HSL color Cylindrical-coordinate representation of color #1C815E: hue angle of 159.21º 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 #1C815E is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 94 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.49 |
| HSL | 159.21º | 0.64% | 0.31% | - |
| HSV(B) | 159.21º | 0.78% | 0.51% | - |
| XYZ | 10.35 | 16.76 | 13.28 | - |
| YUV | 94.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 94 | 0.78 | 0 | 0.27 | 0.49 | 159.21 | 0.64 | 0.31 |
| Hex | 1C | 81 | 5E | 4E | 0 | 1B | 31 | 9F | 40 | 1F |
| Octal | 34 | 201 | 136 | 116 | 0 | 33 | 61 | 237 | 100 | 37 |
| Binary | 11100 | 10000001 | 1011110 | 1001110 | 0 | 11011 | 110001 | 10011111 | 1000000 | 11111 |
Color Harmonies of #1C815E
Complementary color
Monochromatic Colors of #1C815E
Black with #1C815E
Text Example
Text Example
White with #1C815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C815E; }
p { color: rgb(28,129,94); }
H1.HeaderClassName
{
color: #1C815E;
}
.AnyTagClassName
{
color: #1C815E;
}
</style>
background-color css
<style>
a { background-color: #1C815E; }
a { background-color: rgb(28,129,94); }
div.DivClassName
{
background-color: #1C815E;
}
.BgClassName
{
background-color: #1C815E;
}
</style>
border-color css
<style>
span { border-color: #1C815E; }
span { border-color: rgb(28,129,94); }
td.TdClassName
{
border-color: #1C815E;
}
.TagClassName
{
border-color: #1C815E;
}
</style>