Shades of Green Vogue #193F51
Tints of Green Vogue #193F51
RGB
CMYK
RGB Variations
Color information
#193F51 (or 0x193F51) is known color: Green Vogue. HEX triplet: 19, 3F and 51. RGB value is (25,63,81). Sum of RGB (Red+Green+Blue) = 25+63+81=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #193F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F51 is #E6C0AE. Grayscale: #353535. Windows color (decimal): -15122607 or 5324569. OLE color: 5324569.
HSL color Cylindrical-coordinate representation of color #193F51: hue angle of 199.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193F51 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 63 | 81 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.68 |
| HSL | 199.29º | 0.53% | 0.21% | - |
| HSV(B) | 199.29º | 0.69% | 0.32% | - |
| XYZ | 3.66 | 4.36 | 8.43 | - |
| YUV | 53.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 81 | 0.69 | 0.22 | 0 | 0.68 | 199.29 | 0.53 | 0.21 |
| Hex | 19 | 3F | 51 | 45 | 16 | 0 | 44 | C7 | 35 | 15 |
| Octal | 31 | 77 | 121 | 105 | 26 | 0 | 104 | 307 | 65 | 25 |
| Binary | 11001 | 111111 | 1010001 | 1000101 | 10110 | 0 | 1000100 | 11000111 | 110101 | 10101 |
Color Harmonies of #193F51
Complementary color
Monochromatic Colors of #193F51
Black with #193F51
Text Example
Text Example
White with #193F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F51; }
p { color: rgb(25,63,81); }
H1.HeaderClassName
{
color: #193F51;
}
.AnyTagClassName
{
color: #193F51;
}
</style>
background-color css
<style>
a { background-color: #193F51; }
a { background-color: rgb(25,63,81); }
div.DivClassName
{
background-color: #193F51;
}
.BgClassName
{
background-color: #193F51;
}
</style>
border-color css
<style>
span { border-color: #193F51; }
span { border-color: rgb(25,63,81); }
td.TdClassName
{
border-color: #193F51;
}
.TagClassName
{
border-color: #193F51;
}
</style>