Shades of Deep Sea #1A735C
Tints of Deep Sea #1A735C
RGB
CMYK
RGB Variations
Color information
#1A735C (or 0x1A735C) is known color: Deep Sea. HEX triplet: 1A, 73 and 5C. RGB value is (26,115,92). Sum of RGB (Red+Green+Blue) = 26+115+92=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1A735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A735C is #E58CA3. Grayscale: #555555. Windows color (decimal): -15043748 or 6058778. OLE color: 6058778.
HSL color Cylindrical-coordinate representation of color #1A735C: hue angle of 164.49º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A735C is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 92 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.55 |
| HSL | 164.49º | 0.63% | 0.28% | - |
| HSV(B) | 164.49º | 0.77% | 0.45% | - |
| XYZ | 8.49 | 13.25 | 12.24 | - |
| YUV | 85.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 92 | 0.77 | 0 | 0.20 | 0.55 | 164.49 | 0.63 | 0.28 |
| Hex | 1A | 73 | 5C | 4D | 0 | 14 | 37 | A4 | 3F | 1C |
| Octal | 32 | 163 | 134 | 115 | 0 | 24 | 67 | 244 | 77 | 34 |
| Binary | 11010 | 1110011 | 1011100 | 1001101 | 0 | 10100 | 110111 | 10100100 | 111111 | 11100 |
Color Harmonies of #1A735C
Complementary color
Monochromatic Colors of #1A735C
Black with #1A735C
Text Example
Text Example
White with #1A735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A735C; }
p { color: rgb(26,115,92); }
H1.HeaderClassName
{
color: #1A735C;
}
.AnyTagClassName
{
color: #1A735C;
}
</style>
background-color css
<style>
a { background-color: #1A735C; }
a { background-color: rgb(26,115,92); }
div.DivClassName
{
background-color: #1A735C;
}
.BgClassName
{
background-color: #1A735C;
}
</style>
border-color css
<style>
span { border-color: #1A735C; }
span { border-color: rgb(26,115,92); }
td.TdClassName
{
border-color: #1A735C;
}
.TagClassName
{
border-color: #1A735C;
}
</style>