Shades of Deep Sea #15745C
Tints of Deep Sea #15745C
RGB
CMYK
RGB Variations
Color information
#15745C (or 0x15745C) is known color: Deep Sea. HEX triplet: 15, 74 and 5C. RGB value is (21,116,92). Sum of RGB (Red+Green+Blue) = 21+116+92=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #15745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15745C is #EA8BA3. Grayscale: #545454. Windows color (decimal): -15371172 or 6059029. OLE color: 6059029.
HSL color Cylindrical-coordinate representation of color #15745C: hue angle of 164.84º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15745C is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 116 | 92 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.55 |
| HSL | 164.84º | 0.69% | 0.27% | - |
| HSV(B) | 164.84º | 0.82% | 0.45% | - |
| XYZ | 8.49 | 13.42 | 12.27 | - |
| YUV | 84.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 92 | 0.82 | 0 | 0.21 | 0.55 | 164.84 | 0.69 | 0.27 |
| Hex | 15 | 74 | 5C | 52 | 0 | 15 | 37 | A5 | 45 | 1B |
| Octal | 25 | 164 | 134 | 122 | 0 | 25 | 67 | 245 | 105 | 33 |
| Binary | 10101 | 1110100 | 1011100 | 1010010 | 0 | 10101 | 110111 | 10100101 | 1000101 | 11011 |
Color Harmonies of #15745C
Complementary color
Monochromatic Colors of #15745C
Black with #15745C
Text Example
Text Example
White with #15745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15745C; }
p { color: rgb(21,116,92); }
H1.HeaderClassName
{
color: #15745C;
}
.AnyTagClassName
{
color: #15745C;
}
</style>
background-color css
<style>
a { background-color: #15745C; }
a { background-color: rgb(21,116,92); }
div.DivClassName
{
background-color: #15745C;
}
.BgClassName
{
background-color: #15745C;
}
</style>
border-color css
<style>
span { border-color: #15745C; }
span { border-color: rgb(21,116,92); }
td.TdClassName
{
border-color: #15745C;
}
.TagClassName
{
border-color: #15745C;
}
</style>