Shades of Deep Sea #197265
Tints of Deep Sea #197265
RGB
CMYK
RGB Variations
Color information
#197265 (or 0x197265) is known color: Deep Sea. HEX triplet: 19, 72 and 65. RGB value is (25,114,101). Sum of RGB (Red+Green+Blue) = 25+114+101=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #197265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197265 is #E68D9A. Grayscale: #555555. Windows color (decimal): -15109531 or 6648345. OLE color: 6648345.
HSL color Cylindrical-coordinate representation of color #197265: hue angle of 171.24º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197265 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 114 | 101 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.55 |
| HSL | 171.24º | 0.64% | 0.27% | - |
| HSV(B) | 171.24º | 0.78% | 0.45% | - |
| XYZ | 8.77 | 13.18 | 14.39 | - |
| YUV | 85.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 114 | 101 | 0.78 | 0 | 0.11 | 0.55 | 171.24 | 0.64 | 0.27 |
| Hex | 19 | 72 | 65 | 4E | 0 | B | 37 | AB | 40 | 1B |
| Octal | 31 | 162 | 145 | 116 | 0 | 13 | 67 | 253 | 100 | 33 |
| Binary | 11001 | 1110010 | 1100101 | 1001110 | 0 | 1011 | 110111 | 10101011 | 1000000 | 11011 |
Color Harmonies of #197265
Complementary color
Monochromatic Colors of #197265
Black with #197265
Text Example
Text Example
White with #197265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197265; }
p { color: rgb(25,114,101); }
H1.HeaderClassName
{
color: #197265;
}
.AnyTagClassName
{
color: #197265;
}
</style>
background-color css
<style>
a { background-color: #197265; }
a { background-color: rgb(25,114,101); }
div.DivClassName
{
background-color: #197265;
}
.BgClassName
{
background-color: #197265;
}
</style>
border-color css
<style>
span { border-color: #197265; }
span { border-color: rgb(25,114,101); }
td.TdClassName
{
border-color: #197265;
}
.TagClassName
{
border-color: #197265;
}
</style>