Shades of Deep Sea #1F815D
Tints of Deep Sea #1F815D
RGB
CMYK
RGB Variations
Color information
#1F815D (or 0x1F815D) is known color: Deep Sea. HEX triplet: 1F, 81 and 5D. RGB value is (31,129,93). Sum of RGB (Red+Green+Blue) = 31+129+93=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #1F815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F815D is #E07EA2. Grayscale: #5F5F5F. Windows color (decimal): -14712483 or 6127903. OLE color: 6127903.
HSL color Cylindrical-coordinate representation of color #1F815D: hue angle of 157.96º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F815D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 129 | 93 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.49 |
| HSL | 157.96º | 0.61% | 0.31% | - |
| HSV(B) | 157.96º | 0.76% | 0.51% | - |
| XYZ | 10.39 | 16.78 | 13.05 | - |
| YUV | 95.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 93 | 0.76 | 0 | 0.28 | 0.49 | 157.96 | 0.61 | 0.31 |
| Hex | 1F | 81 | 5D | 4C | 0 | 1C | 31 | 9E | 3D | 1F |
| Octal | 37 | 201 | 135 | 114 | 0 | 34 | 61 | 236 | 75 | 37 |
| Binary | 11111 | 10000001 | 1011101 | 1001100 | 0 | 11100 | 110001 | 10011110 | 111101 | 11111 |
Color Harmonies of #1F815D
Complementary color
Monochromatic Colors of #1F815D
Black with #1F815D
Text Example
Text Example
White with #1F815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F815D; }
p { color: rgb(31,129,93); }
H1.HeaderClassName
{
color: #1F815D;
}
.AnyTagClassName
{
color: #1F815D;
}
</style>
background-color css
<style>
a { background-color: #1F815D; }
a { background-color: rgb(31,129,93); }
div.DivClassName
{
background-color: #1F815D;
}
.BgClassName
{
background-color: #1F815D;
}
</style>
border-color css
<style>
span { border-color: #1F815D; }
span { border-color: rgb(31,129,93); }
td.TdClassName
{
border-color: #1F815D;
}
.TagClassName
{
border-color: #1F815D;
}
</style>