Shades of Deep Sea #198367
Tints of Deep Sea #198367
RGB
CMYK
RGB Variations
Color information
#198367 (or 0x198367) is known color: Deep Sea. HEX triplet: 19, 83 and 67. RGB value is (25,131,103). Sum of RGB (Red+Green+Blue) = 25+131+103=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #198367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198367 is #E67C98. Grayscale: #606060. Windows color (decimal): -15105177 or 6783769. OLE color: 6783769.
HSL color Cylindrical-coordinate representation of color #198367: hue angle of 164.15º 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 #198367 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 103 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.49 |
| HSL | 164.15º | 0.68% | 0.31% | - |
| HSV(B) | 164.15º | 0.81% | 0.51% | - |
| XYZ | 10.97 | 17.42 | 15.62 | - |
| YUV | 96.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 103 | 0.81 | 0 | 0.21 | 0.49 | 164.15 | 0.68 | 0.31 |
| Hex | 19 | 83 | 67 | 51 | 0 | 15 | 31 | A4 | 44 | 1F |
| Octal | 31 | 203 | 147 | 121 | 0 | 25 | 61 | 244 | 104 | 37 |
| Binary | 11001 | 10000011 | 1100111 | 1010001 | 0 | 10101 | 110001 | 10100100 | 1000100 | 11111 |
Color Harmonies of #198367
Complementary color
Monochromatic Colors of #198367
Black with #198367
Text Example
Text Example
White with #198367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198367; }
p { color: rgb(25,131,103); }
H1.HeaderClassName
{
color: #198367;
}
.AnyTagClassName
{
color: #198367;
}
</style>
background-color css
<style>
a { background-color: #198367; }
a { background-color: rgb(25,131,103); }
div.DivClassName
{
background-color: #198367;
}
.BgClassName
{
background-color: #198367;
}
</style>
border-color css
<style>
span { border-color: #198367; }
span { border-color: rgb(25,131,103); }
td.TdClassName
{
border-color: #198367;
}
.TagClassName
{
border-color: #198367;
}
</style>