Shades of Deep Sea #19776C
Tints of Deep Sea #19776C
RGB
CMYK
RGB Variations
Color information
#19776C (or 0x19776C) is known color: Deep Sea. HEX triplet: 19, 77 and 6C. RGB value is (25,119,108). Sum of RGB (Red+Green+Blue) = 25+119+108=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #19776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19776C is #E68893. Grayscale: #595959. Windows color (decimal): -15108244 or 7108377. OLE color: 7108377.
HSL color Cylindrical-coordinate representation of color #19776C: hue angle of 172.98º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19776C is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 108 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.53 |
| HSL | 172.98º | 0.65% | 0.28% | - |
| HSV(B) | 172.98º | 0.79% | 0.47% | - |
| XYZ | 9.7 | 14.48 | 16.47 | - |
| YUV | 89.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 108 | 0.79 | 0 | 0.09 | 0.53 | 172.98 | 0.65 | 0.28 |
| Hex | 19 | 77 | 6C | 4F | 0 | 9 | 35 | AD | 41 | 1C |
| Octal | 31 | 167 | 154 | 117 | 0 | 11 | 65 | 255 | 101 | 34 |
| Binary | 11001 | 1110111 | 1101100 | 1001111 | 0 | 1001 | 110101 | 10101101 | 1000001 | 11100 |
Color Harmonies of #19776C
Complementary color
Monochromatic Colors of #19776C
Black with #19776C
Text Example
Text Example
White with #19776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19776C; }
p { color: rgb(25,119,108); }
H1.HeaderClassName
{
color: #19776C;
}
.AnyTagClassName
{
color: #19776C;
}
</style>
background-color css
<style>
a { background-color: #19776C; }
a { background-color: rgb(25,119,108); }
div.DivClassName
{
background-color: #19776C;
}
.BgClassName
{
background-color: #19776C;
}
</style>
border-color css
<style>
span { border-color: #19776C; }
span { border-color: rgb(25,119,108); }
td.TdClassName
{
border-color: #19776C;
}
.TagClassName
{
border-color: #19776C;
}
</style>