Shades of Deep Sea #1A715C
Tints of Deep Sea #1A715C
RGB
CMYK
RGB Variations
Color information
#1A715C (or 0x1A715C) is known color: Deep Sea. HEX triplet: 1A, 71 and 5C. RGB value is (26,113,92). Sum of RGB (Red+Green+Blue) = 26+113+92=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #1A715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A715C is #E58EA3. Grayscale: #545454. Windows color (decimal): -15044260 or 6058266. OLE color: 6058266.
HSL color Cylindrical-coordinate representation of color #1A715C: hue angle of 165.52º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A715C is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 113 | 92 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.56 |
| HSL | 165.52º | 0.63% | 0.27% | - |
| HSV(B) | 165.52º | 0.77% | 0.44% | - |
| XYZ | 8.26 | 12.8 | 12.16 | - |
| YUV | 84.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 92 | 0.77 | 0 | 0.19 | 0.56 | 165.52 | 0.63 | 0.27 |
| Hex | 1A | 71 | 5C | 4D | 0 | 13 | 38 | A6 | 3F | 1B |
| Octal | 32 | 161 | 134 | 115 | 0 | 23 | 70 | 246 | 77 | 33 |
| Binary | 11010 | 1110001 | 1011100 | 1001101 | 0 | 10011 | 111000 | 10100110 | 111111 | 11011 |
Color Harmonies of #1A715C
Complementary color
Monochromatic Colors of #1A715C
Black with #1A715C
Text Example
Text Example
White with #1A715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A715C; }
p { color: rgb(26,113,92); }
H1.HeaderClassName
{
color: #1A715C;
}
.AnyTagClassName
{
color: #1A715C;
}
</style>
background-color css
<style>
a { background-color: #1A715C; }
a { background-color: rgb(26,113,92); }
div.DivClassName
{
background-color: #1A715C;
}
.BgClassName
{
background-color: #1A715C;
}
</style>
border-color css
<style>
span { border-color: #1A715C; }
span { border-color: rgb(26,113,92); }
td.TdClassName
{
border-color: #1A715C;
}
.TagClassName
{
border-color: #1A715C;
}
</style>