Shades of Deep Sea #198069
Tints of Deep Sea #198069
RGB
CMYK
RGB Variations
Color information
#198069 (or 0x198069) is known color: Deep Sea. HEX triplet: 19, 80 and 69. RGB value is (25,128,105). Sum of RGB (Red+Green+Blue) = 25+128+105=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #198069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198069 is #E67F96. Grayscale: #5E5E5E. Windows color (decimal): -15105943 or 6914073. OLE color: 6914073.
HSL color Cylindrical-coordinate representation of color #198069: hue angle of 166.6º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #198069 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 128 | 105 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.50 |
| HSL | 166.6º | 0.67% | 0.3% | - |
| HSV(B) | 166.6º | 0.8% | 0.5% | - |
| XYZ | 10.67 | 16.66 | 16.02 | - |
| YUV | 94.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 105 | 0.80 | 0 | 0.18 | 0.50 | 166.6 | 0.67 | 0.3 |
| Hex | 19 | 80 | 69 | 50 | 0 | 12 | 32 | A7 | 43 | 1E |
| Octal | 31 | 200 | 151 | 120 | 0 | 22 | 62 | 247 | 103 | 36 |
| Binary | 11001 | 10000000 | 1101001 | 1010000 | 0 | 10010 | 110010 | 10100111 | 1000011 | 11110 |
Color Harmonies of #198069
Complementary color
Monochromatic Colors of #198069
Black with #198069
Text Example
Text Example
White with #198069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198069; }
p { color: rgb(25,128,105); }
H1.HeaderClassName
{
color: #198069;
}
.AnyTagClassName
{
color: #198069;
}
</style>
background-color css
<style>
a { background-color: #198069; }
a { background-color: rgb(25,128,105); }
div.DivClassName
{
background-color: #198069;
}
.BgClassName
{
background-color: #198069;
}
</style>
border-color css
<style>
span { border-color: #198069; }
span { border-color: rgb(25,128,105); }
td.TdClassName
{
border-color: #198069;
}
.TagClassName
{
border-color: #198069;
}
</style>