Shades of Deep Sea #1A7D63
Tints of Deep Sea #1A7D63
RGB
CMYK
RGB Variations
Color information
#1A7D63 (or 0x1A7D63) is known color: Deep Sea. HEX triplet: 1A, 7D and 63. RGB value is (26,125,99). Sum of RGB (Red+Green+Blue) = 26+125+99=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D63 is #E5829C. Grayscale: #5C5C5C. Windows color (decimal): -15041181 or 6520090. OLE color: 6520090.
HSL color Cylindrical-coordinate representation of color #1A7D63: hue angle of 164.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7D63 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 99 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.51 |
| HSL | 164.24º | 0.66% | 0.3% | - |
| HSV(B) | 164.24º | 0.79% | 0.49% | - |
| XYZ | 10.01 | 15.79 | 14.32 | - |
| YUV | 92.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 99 | 0.79 | 0 | 0.21 | 0.51 | 164.24 | 0.66 | 0.3 |
| Hex | 1A | 7D | 63 | 4F | 0 | 15 | 33 | A4 | 42 | 1E |
| Octal | 32 | 175 | 143 | 117 | 0 | 25 | 63 | 244 | 102 | 36 |
| Binary | 11010 | 1111101 | 1100011 | 1001111 | 0 | 10101 | 110011 | 10100100 | 1000010 | 11110 |
Color Harmonies of #1A7D63
Complementary color
Monochromatic Colors of #1A7D63
Black with #1A7D63
Text Example
Text Example
White with #1A7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D63; }
p { color: rgb(26,125,99); }
H1.HeaderClassName
{
color: #1A7D63;
}
.AnyTagClassName
{
color: #1A7D63;
}
</style>
background-color css
<style>
a { background-color: #1A7D63; }
a { background-color: rgb(26,125,99); }
div.DivClassName
{
background-color: #1A7D63;
}
.BgClassName
{
background-color: #1A7D63;
}
</style>
border-color css
<style>
span { border-color: #1A7D63; }
span { border-color: rgb(26,125,99); }
td.TdClassName
{
border-color: #1A7D63;
}
.TagClassName
{
border-color: #1A7D63;
}
</style>