Shades of Deep Sea #1A8363
Tints of Deep Sea #1A8363
RGB
CMYK
RGB Variations
Color information
#1A8363 (or 0x1A8363) is known color: Deep Sea. HEX triplet: 1A, 83 and 63. RGB value is (26,131,99). Sum of RGB (Red+Green+Blue) = 26+131+99=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #1A8363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8363 is #E57C9C. Grayscale: #5F5F5F. Windows color (decimal): -15039645 or 6521626. OLE color: 6521626.
HSL color Cylindrical-coordinate representation of color #1A8363: hue angle of 161.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8363 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 131 | 99 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.49 |
| HSL | 161.71º | 0.67% | 0.31% | - |
| HSV(B) | 161.71º | 0.8% | 0.51% | - |
| XYZ | 10.79 | 17.35 | 14.58 | - |
| YUV | 95.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 99 | 0.80 | 0 | 0.24 | 0.49 | 161.71 | 0.67 | 0.31 |
| Hex | 1A | 83 | 63 | 50 | 0 | 18 | 31 | A2 | 43 | 1F |
| Octal | 32 | 203 | 143 | 120 | 0 | 30 | 61 | 242 | 103 | 37 |
| Binary | 11010 | 10000011 | 1100011 | 1010000 | 0 | 11000 | 110001 | 10100010 | 1000011 | 11111 |
Color Harmonies of #1A8363
Complementary color
Monochromatic Colors of #1A8363
Black with #1A8363
Text Example
Text Example
White with #1A8363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8363; }
p { color: rgb(26,131,99); }
H1.HeaderClassName
{
color: #1A8363;
}
.AnyTagClassName
{
color: #1A8363;
}
</style>
background-color css
<style>
a { background-color: #1A8363; }
a { background-color: rgb(26,131,99); }
div.DivClassName
{
background-color: #1A8363;
}
.BgClassName
{
background-color: #1A8363;
}
</style>
border-color css
<style>
span { border-color: #1A8363; }
span { border-color: rgb(26,131,99); }
td.TdClassName
{
border-color: #1A8363;
}
.TagClassName
{
border-color: #1A8363;
}
</style>