Shades of Deep Sea #158264
Tints of Deep Sea #158264
RGB
CMYK
RGB Variations
Color information
#158264 (or 0x158264) is known color: Deep Sea. HEX triplet: 15, 82 and 64. RGB value is (21,130,100). Sum of RGB (Red+Green+Blue) = 21+130+100=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #158264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158264 is #EA7D9B. Grayscale: #5E5E5E. Windows color (decimal): -15367580 or 6586901. OLE color: 6586901.
HSL color Cylindrical-coordinate representation of color #158264: hue angle of 163.49º 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 #158264 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 100 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.49 |
| HSL | 163.49º | 0.72% | 0.3% | - |
| HSV(B) | 163.49º | 0.84% | 0.51% | - |
| XYZ | 10.59 | 17.04 | 14.79 | - |
| YUV | 93.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 100 | 0.84 | 0 | 0.23 | 0.49 | 163.49 | 0.72 | 0.3 |
| Hex | 15 | 82 | 64 | 54 | 0 | 17 | 31 | A3 | 48 | 1E |
| Octal | 25 | 202 | 144 | 124 | 0 | 27 | 61 | 243 | 110 | 36 |
| Binary | 10101 | 10000010 | 1100100 | 1010100 | 0 | 10111 | 110001 | 10100011 | 1001000 | 11110 |
Color Harmonies of #158264
Complementary color
Monochromatic Colors of #158264
Black with #158264
Text Example
Text Example
White with #158264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158264; }
p { color: rgb(21,130,100); }
H1.HeaderClassName
{
color: #158264;
}
.AnyTagClassName
{
color: #158264;
}
</style>
background-color css
<style>
a { background-color: #158264; }
a { background-color: rgb(21,130,100); }
div.DivClassName
{
background-color: #158264;
}
.BgClassName
{
background-color: #158264;
}
</style>
border-color css
<style>
span { border-color: #158264; }
span { border-color: rgb(21,130,100); }
td.TdClassName
{
border-color: #158264;
}
.TagClassName
{
border-color: #158264;
}
</style>