Shades of Deep Sea #197A5D
Tints of Deep Sea #197A5D
RGB
CMYK
RGB Variations
Color information
#197A5D (or 0x197A5D) is known color: Deep Sea. HEX triplet: 19, 7A and 5D. RGB value is (25,122,93). Sum of RGB (Red+Green+Blue) = 25+122+93=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #197A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A5D is #E685A2. Grayscale: #595959. Windows color (decimal): -15107491 or 6126105. OLE color: 6126105.
HSL color Cylindrical-coordinate representation of color #197A5D: hue angle of 162.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A5D is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 122 | 93 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.52 |
| HSL | 162.06º | 0.66% | 0.29% | - |
| HSV(B) | 162.06º | 0.8% | 0.48% | - |
| XYZ | 9.34 | 14.92 | 12.74 | - |
| YUV | 89.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 93 | 0.80 | 0 | 0.24 | 0.52 | 162.06 | 0.66 | 0.29 |
| Hex | 19 | 7A | 5D | 50 | 0 | 18 | 34 | A2 | 42 | 1D |
| Octal | 31 | 172 | 135 | 120 | 0 | 30 | 64 | 242 | 102 | 35 |
| Binary | 11001 | 1111010 | 1011101 | 1010000 | 0 | 11000 | 110100 | 10100010 | 1000010 | 11101 |
Color Harmonies of #197A5D
Complementary color
Monochromatic Colors of #197A5D
Black with #197A5D
Text Example
Text Example
White with #197A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A5D; }
p { color: rgb(25,122,93); }
H1.HeaderClassName
{
color: #197A5D;
}
.AnyTagClassName
{
color: #197A5D;
}
</style>
background-color css
<style>
a { background-color: #197A5D; }
a { background-color: rgb(25,122,93); }
div.DivClassName
{
background-color: #197A5D;
}
.BgClassName
{
background-color: #197A5D;
}
</style>
border-color css
<style>
span { border-color: #197A5D; }
span { border-color: rgb(25,122,93); }
td.TdClassName
{
border-color: #197A5D;
}
.TagClassName
{
border-color: #197A5D;
}
</style>