Shades of Deep Sea #19835C
Tints of Deep Sea #19835C
RGB
CMYK
RGB Variations
Color information
#19835C (or 0x19835C) is known color: Deep Sea. HEX triplet: 19, 83 and 5C. RGB value is (25,131,92). Sum of RGB (Red+Green+Blue) = 25+131+92=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #19835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19835C is #E67CA3. Grayscale: #5E5E5E. Windows color (decimal): -15105188 or 6062873. OLE color: 6062873.
HSL color Cylindrical-coordinate representation of color #19835C: hue angle of 157.92º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19835C is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 92 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.49 |
| HSL | 157.92º | 0.68% | 0.31% | - |
| HSV(B) | 157.92º | 0.81% | 0.51% | - |
| XYZ | 10.45 | 17.21 | 12.9 | - |
| YUV | 94.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 92 | 0.81 | 0 | 0.30 | 0.49 | 157.92 | 0.68 | 0.31 |
| Hex | 19 | 83 | 5C | 51 | 0 | 1E | 31 | 9E | 44 | 1F |
| Octal | 31 | 203 | 134 | 121 | 0 | 36 | 61 | 236 | 104 | 37 |
| Binary | 11001 | 10000011 | 1011100 | 1010001 | 0 | 11110 | 110001 | 10011110 | 1000100 | 11111 |
Color Harmonies of #19835C
Complementary color
Monochromatic Colors of #19835C
Black with #19835C
Text Example
Text Example
White with #19835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19835C; }
p { color: rgb(25,131,92); }
H1.HeaderClassName
{
color: #19835C;
}
.AnyTagClassName
{
color: #19835C;
}
</style>
background-color css
<style>
a { background-color: #19835C; }
a { background-color: rgb(25,131,92); }
div.DivClassName
{
background-color: #19835C;
}
.BgClassName
{
background-color: #19835C;
}
</style>
border-color css
<style>
span { border-color: #19835C; }
span { border-color: rgb(25,131,92); }
td.TdClassName
{
border-color: #19835C;
}
.TagClassName
{
border-color: #19835C;
}
</style>