Shades of Green Vogue #163A4D
Tints of Green Vogue #163A4D
RGB
CMYK
RGB Variations
Color information
#163A4D (or 0x163A4D) is known color: Green Vogue. HEX triplet: 16, 3A and 4D. RGB value is (22,58,77). Sum of RGB (Red+Green+Blue) = 22+58+77=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #163A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A4D is #E9C5B2. Grayscale: #313131. Windows color (decimal): -15320499 or 5061142. OLE color: 5061142.
HSL color Cylindrical-coordinate representation of color #163A4D: hue angle of 200.73º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #163A4D is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 58 | 77 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.70 |
| HSL | 200.73º | 0.56% | 0.19% | - |
| HSV(B) | 200.73º | 0.71% | 0.3% | - |
| XYZ | 3.18 | 3.73 | 7.57 | - |
| YUV | 49.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 77 | 0.71 | 0.25 | 0 | 0.70 | 200.73 | 0.56 | 0.19 |
| Hex | 16 | 3A | 4D | 47 | 19 | 0 | 46 | C9 | 38 | 13 |
| Octal | 26 | 72 | 115 | 107 | 31 | 0 | 106 | 311 | 70 | 23 |
| Binary | 10110 | 111010 | 1001101 | 1000111 | 11001 | 0 | 1000110 | 11001001 | 111000 | 10011 |
Color Harmonies of #163A4D
Complementary color
Monochromatic Colors of #163A4D
Black with #163A4D
Text Example
Text Example
White with #163A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A4D; }
p { color: rgb(22,58,77); }
H1.HeaderClassName
{
color: #163A4D;
}
.AnyTagClassName
{
color: #163A4D;
}
</style>
background-color css
<style>
a { background-color: #163A4D; }
a { background-color: rgb(22,58,77); }
div.DivClassName
{
background-color: #163A4D;
}
.BgClassName
{
background-color: #163A4D;
}
</style>
border-color css
<style>
span { border-color: #163A4D; }
span { border-color: rgb(22,58,77); }
td.TdClassName
{
border-color: #163A4D;
}
.TagClassName
{
border-color: #163A4D;
}
</style>