Shades of Green Vogue #193F4D
Tints of Green Vogue #193F4D
RGB
CMYK
RGB Variations
Color information
#193F4D (or 0x193F4D) is known color: Green Vogue. HEX triplet: 19, 3F and 4D. RGB value is (25,63,77). Sum of RGB (Red+Green+Blue) = 25+63+77=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #193F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F4D is #E6C0B2. Grayscale: #353535. Windows color (decimal): -15122611 or 5062425. OLE color: 5062425.
HSL color Cylindrical-coordinate representation of color #193F4D: hue angle of 196.15º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #193F4D is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 63 | 77 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.70 |
| HSL | 196.15º | 0.51% | 0.2% | - |
| HSV(B) | 196.15º | 0.68% | 0.3% | - |
| XYZ | 3.52 | 4.3 | 7.67 | - |
| YUV | 53.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 77 | 0.68 | 0.18 | 0 | 0.70 | 196.15 | 0.51 | 0.2 |
| Hex | 19 | 3F | 4D | 44 | 12 | 0 | 46 | C4 | 33 | 14 |
| Octal | 31 | 77 | 115 | 104 | 22 | 0 | 106 | 304 | 63 | 24 |
| Binary | 11001 | 111111 | 1001101 | 1000100 | 10010 | 0 | 1000110 | 11000100 | 110011 | 10100 |
Color Harmonies of #193F4D
Complementary color
Monochromatic Colors of #193F4D
Black with #193F4D
Text Example
Text Example
White with #193F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F4D; }
p { color: rgb(25,63,77); }
H1.HeaderClassName
{
color: #193F4D;
}
.AnyTagClassName
{
color: #193F4D;
}
</style>
background-color css
<style>
a { background-color: #193F4D; }
a { background-color: rgb(25,63,77); }
div.DivClassName
{
background-color: #193F4D;
}
.BgClassName
{
background-color: #193F4D;
}
</style>
border-color css
<style>
span { border-color: #193F4D; }
span { border-color: rgb(25,63,77); }
td.TdClassName
{
border-color: #193F4D;
}
.TagClassName
{
border-color: #193F4D;
}
</style>