Shades of Deep Sea #1A865C
Tints of Deep Sea #1A865C
RGB
CMYK
RGB Variations
Color information
#1A865C (or 0x1A865C) is known color: Deep Sea. HEX triplet: 1A, 86 and 5C. RGB value is (26,134,92). Sum of RGB (Red+Green+Blue) = 26+134+92=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #1A865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A865C is #E579A3. Grayscale: #606060. Windows color (decimal): -15038884 or 6063642. OLE color: 6063642.
HSL color Cylindrical-coordinate representation of color #1A865C: hue angle of 156.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A865C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 92 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.47 |
| HSL | 156.67º | 0.68% | 0.31% | - |
| HSV(B) | 156.67º | 0.81% | 0.53% | - |
| XYZ | 10.88 | 18.04 | 13.03 | - |
| YUV | 96.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 92 | 0.81 | 0 | 0.31 | 0.47 | 156.67 | 0.68 | 0.31 |
| Hex | 1A | 86 | 5C | 51 | 0 | 1F | 2F | 9D | 44 | 1F |
| Octal | 32 | 206 | 134 | 121 | 0 | 37 | 57 | 235 | 104 | 37 |
| Binary | 11010 | 10000110 | 1011100 | 1010001 | 0 | 11111 | 101111 | 10011101 | 1000100 | 11111 |
Color Harmonies of #1A865C
Complementary color
Monochromatic Colors of #1A865C
Black with #1A865C
Text Example
Text Example
White with #1A865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A865C; }
p { color: rgb(26,134,92); }
H1.HeaderClassName
{
color: #1A865C;
}
.AnyTagClassName
{
color: #1A865C;
}
</style>
background-color css
<style>
a { background-color: #1A865C; }
a { background-color: rgb(26,134,92); }
div.DivClassName
{
background-color: #1A865C;
}
.BgClassName
{
background-color: #1A865C;
}
</style>
border-color css
<style>
span { border-color: #1A865C; }
span { border-color: rgb(26,134,92); }
td.TdClassName
{
border-color: #1A865C;
}
.TagClassName
{
border-color: #1A865C;
}
</style>