Shades of Deep Sea #1A7461
Tints of Deep Sea #1A7461
RGB
CMYK
RGB Variations
Color information
#1A7461 (or 0x1A7461) is known color: Deep Sea. HEX triplet: 1A, 74 and 61. RGB value is (26,116,97). Sum of RGB (Red+Green+Blue) = 26+116+97=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7461 is #E58B9E. Grayscale: #565656. Windows color (decimal): -15043487 or 6386714. OLE color: 6386714.
HSL color Cylindrical-coordinate representation of color #1A7461: hue angle of 167.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7461 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 97 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.55 |
| HSL | 167.33º | 0.63% | 0.28% | - |
| HSV(B) | 167.33º | 0.78% | 0.45% | - |
| XYZ | 8.83 | 13.57 | 13.46 | - |
| YUV | 86.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 97 | 0.78 | 0 | 0.16 | 0.55 | 167.33 | 0.63 | 0.28 |
| Hex | 1A | 74 | 61 | 4E | 0 | 10 | 37 | A7 | 3F | 1C |
| Octal | 32 | 164 | 141 | 116 | 0 | 20 | 67 | 247 | 77 | 34 |
| Binary | 11010 | 1110100 | 1100001 | 1001110 | 0 | 10000 | 110111 | 10100111 | 111111 | 11100 |
Color Harmonies of #1A7461
Complementary color
Monochromatic Colors of #1A7461
Black with #1A7461
Text Example
Text Example
White with #1A7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7461; }
p { color: rgb(26,116,97); }
H1.HeaderClassName
{
color: #1A7461;
}
.AnyTagClassName
{
color: #1A7461;
}
</style>
background-color css
<style>
a { background-color: #1A7461; }
a { background-color: rgb(26,116,97); }
div.DivClassName
{
background-color: #1A7461;
}
.BgClassName
{
background-color: #1A7461;
}
</style>
border-color css
<style>
span { border-color: #1A7461; }
span { border-color: rgb(26,116,97); }
td.TdClassName
{
border-color: #1A7461;
}
.TagClassName
{
border-color: #1A7461;
}
</style>