Shades of Deep Sea #1A7369
Tints of Deep Sea #1A7369
RGB
CMYK
RGB Variations
Color information
#1A7369 (or 0x1A7369) is known color: Deep Sea. HEX triplet: 1A, 73 and 69. RGB value is (26,115,105). Sum of RGB (Red+Green+Blue) = 26+115+105=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7369 is #E58C96. Grayscale: #575757. Windows color (decimal): -15043735 or 6910746. OLE color: 6910746.
HSL color Cylindrical-coordinate representation of color #1A7369: hue angle of 173.26º 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 #1A7369 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 115 | 105 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.55 |
| HSL | 173.26º | 0.63% | 0.28% | - |
| HSV(B) | 173.26º | 0.77% | 0.45% | - |
| XYZ | 9.11 | 13.5 | 15.49 | - |
| YUV | 87.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 105 | 0.77 | 0 | 0.09 | 0.55 | 173.26 | 0.63 | 0.28 |
| Hex | 1A | 73 | 69 | 4D | 0 | 9 | 37 | AD | 3F | 1C |
| Octal | 32 | 163 | 151 | 115 | 0 | 11 | 67 | 255 | 77 | 34 |
| Binary | 11010 | 1110011 | 1101001 | 1001101 | 0 | 1001 | 110111 | 10101101 | 111111 | 11100 |
Color Harmonies of #1A7369
Complementary color
Monochromatic Colors of #1A7369
Black with #1A7369
Text Example
Text Example
White with #1A7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7369; }
p { color: rgb(26,115,105); }
H1.HeaderClassName
{
color: #1A7369;
}
.AnyTagClassName
{
color: #1A7369;
}
</style>
background-color css
<style>
a { background-color: #1A7369; }
a { background-color: rgb(26,115,105); }
div.DivClassName
{
background-color: #1A7369;
}
.BgClassName
{
background-color: #1A7369;
}
</style>
border-color css
<style>
span { border-color: #1A7369; }
span { border-color: rgb(26,115,105); }
td.TdClassName
{
border-color: #1A7369;
}
.TagClassName
{
border-color: #1A7369;
}
</style>