Shades of Deep Sea #1A7866
Tints of Deep Sea #1A7866
RGB
CMYK
RGB Variations
Color information
#1A7866 (or 0x1A7866) is known color: Deep Sea. HEX triplet: 1A, 78 and 66. RGB value is (26,120,102). Sum of RGB (Red+Green+Blue) = 26+120+102=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7866 is #E58799. Grayscale: #595959. Windows color (decimal): -15042458 or 6715418. OLE color: 6715418.
HSL color Cylindrical-coordinate representation of color #1A7866: hue angle of 168.51º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7866 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 120 | 102 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.53 |
| HSL | 168.51º | 0.64% | 0.29% | - |
| HSV(B) | 168.51º | 0.78% | 0.47% | - |
| XYZ | 9.54 | 14.61 | 14.89 | - |
| YUV | 89.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 120 | 102 | 0.78 | 0 | 0.15 | 0.53 | 168.51 | 0.64 | 0.29 |
| Hex | 1A | 78 | 66 | 4E | 0 | F | 35 | A9 | 40 | 1D |
| Octal | 32 | 170 | 146 | 116 | 0 | 17 | 65 | 251 | 100 | 35 |
| Binary | 11010 | 1111000 | 1100110 | 1001110 | 0 | 1111 | 110101 | 10101001 | 1000000 | 11101 |
Color Harmonies of #1A7866
Complementary color
Monochromatic Colors of #1A7866
Black with #1A7866
Text Example
Text Example
White with #1A7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7866; }
p { color: rgb(26,120,102); }
H1.HeaderClassName
{
color: #1A7866;
}
.AnyTagClassName
{
color: #1A7866;
}
</style>
background-color css
<style>
a { background-color: #1A7866; }
a { background-color: rgb(26,120,102); }
div.DivClassName
{
background-color: #1A7866;
}
.BgClassName
{
background-color: #1A7866;
}
</style>
border-color css
<style>
span { border-color: #1A7866; }
span { border-color: rgb(26,120,102); }
td.TdClassName
{
border-color: #1A7866;
}
.TagClassName
{
border-color: #1A7866;
}
</style>