Shades of Deep Sea #15826E
Tints of Deep Sea #15826E
RGB
CMYK
RGB Variations
Color information
#15826E (or 0x15826E) is known color: Deep Sea. HEX triplet: 15, 82 and 6E. RGB value is (21,130,110). Sum of RGB (Red+Green+Blue) = 21+130+110=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #15826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15826E is #EA7D91. Grayscale: #5F5F5F. Windows color (decimal): -15367570 or 7242261. OLE color: 7242261.
HSL color Cylindrical-coordinate representation of color #15826E: hue angle of 168.99º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15826E is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 110 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.49 |
| HSL | 168.99º | 0.72% | 0.3% | - |
| HSV(B) | 168.99º | 0.84% | 0.51% | - |
| XYZ | 11.11 | 17.25 | 17.5 | - |
| YUV | 95.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 110 | 0.84 | 0 | 0.15 | 0.49 | 168.99 | 0.72 | 0.3 |
| Hex | 15 | 82 | 6E | 54 | 0 | F | 31 | A9 | 48 | 1E |
| Octal | 25 | 202 | 156 | 124 | 0 | 17 | 61 | 251 | 110 | 36 |
| Binary | 10101 | 10000010 | 1101110 | 1010100 | 0 | 1111 | 110001 | 10101001 | 1001000 | 11110 |
Color Harmonies of #15826E
Complementary color
Monochromatic Colors of #15826E
Black with #15826E
Text Example
Text Example
White with #15826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15826E; }
p { color: rgb(21,130,110); }
H1.HeaderClassName
{
color: #15826E;
}
.AnyTagClassName
{
color: #15826E;
}
</style>
background-color css
<style>
a { background-color: #15826E; }
a { background-color: rgb(21,130,110); }
div.DivClassName
{
background-color: #15826E;
}
.BgClassName
{
background-color: #15826E;
}
</style>
border-color css
<style>
span { border-color: #15826E; }
span { border-color: rgb(21,130,110); }
td.TdClassName
{
border-color: #15826E;
}
.TagClassName
{
border-color: #15826E;
}
</style>