Shades of Green Vogue #193F4E
Tints of Green Vogue #193F4E
RGB
CMYK
RGB Variations
Color information
#193F4E (or 0x193F4E) is known color: Green Vogue. HEX triplet: 19, 3F and 4E. RGB value is (25,63,78). Sum of RGB (Red+Green+Blue) = 25+63+78=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #193F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F4E is #E6C0B1. Grayscale: #353535. Windows color (decimal): -15122610 or 5127961. OLE color: 5127961.
HSL color Cylindrical-coordinate representation of color #193F4E: hue angle of 196.98º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #193F4E is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 63 | 78 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.69 |
| HSL | 196.98º | 0.51% | 0.2% | - |
| HSV(B) | 196.98º | 0.68% | 0.31% | - |
| XYZ | 3.55 | 4.31 | 7.85 | - |
| YUV | 53.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 78 | 0.68 | 0.19 | 0 | 0.69 | 196.98 | 0.51 | 0.2 |
| Hex | 19 | 3F | 4E | 44 | 13 | 0 | 45 | C5 | 33 | 14 |
| Octal | 31 | 77 | 116 | 104 | 23 | 0 | 105 | 305 | 63 | 24 |
| Binary | 11001 | 111111 | 1001110 | 1000100 | 10011 | 0 | 1000101 | 11000101 | 110011 | 10100 |
Color Harmonies of #193F4E
Complementary color
Monochromatic Colors of #193F4E
Black with #193F4E
Text Example
Text Example
White with #193F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193F4E; }
p { color: rgb(25,63,78); }
H1.HeaderClassName
{
color: #193F4E;
}
.AnyTagClassName
{
color: #193F4E;
}
</style>
background-color css
<style>
a { background-color: #193F4E; }
a { background-color: rgb(25,63,78); }
div.DivClassName
{
background-color: #193F4E;
}
.BgClassName
{
background-color: #193F4E;
}
</style>
border-color css
<style>
span { border-color: #193F4E; }
span { border-color: rgb(25,63,78); }
td.TdClassName
{
border-color: #193F4E;
}
.TagClassName
{
border-color: #193F4E;
}
</style>